AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.