STK ObjectsSend comments on this topic.
AnimStepValue Property (IAgScAnimation)
See Also
Windows





Windows & Linux

Description

Animation time step. Dimension depends on context.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AnimStepValue() As Double
[C#]
public double AnimStepValue {get; set;}
[Managed C++]
public: __property double get_AnimStepValue();
public: __property void set_AnimStepValue( double );
[Unmanaged C++]
public: HRESULT get_AnimStepValue(
    double * pVal
);
public: HRESULT put_AnimStepValue(
    double pVal
);
[Java]
public double getAnimStepValue();
public void setAnimStepValue(
    double
);
[Python - STK API ]
@property
def AnimStepValue(self) -> float:

@AnimStepValue.setter
def AnimStepValue(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.