Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / AnimationStep Property

In This Topic
    AnimationStep Property
    In This Topic
    Gets or sets the animation step that increments the AnimationFrameNumber at each tick of the animation timer. Can be a negative number.
    Syntax
    'Declaration
     
    Public Property AnimationStep As Integer
    public int AnimationStep {get; set;}
    See Also