AGI STK Objects 11 Send comments on this topic.
AnimStepValue Property (IAgScAnimation)
See Also 





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 * pRetVal
);
public: HRESULT put_AnimStepValue(
double NewAnimStepValue
);

[Java]
public double getAnimStepValue();public void setAnimStepValue(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1