Nevron .NET Vision
Nevron.GraphicsCore Namespace / NAnimation Class / TimeRange Property


In This Topic
    TimeRange Property
    In This Topic
    Gets the time range of the animation
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public ReadOnly Property TimeRange As NRange1DF
    'Usage
     
    
    Dim instance As NAnimation
    Dim value As NRange1DF
     
    value = instance.TimeRange
    [System.Xml.Serialization.XmlIgnore()]
    public NRange1DF TimeRange {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also