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





Description

Time step, real time (with offset) or a multiple of real time. A member of the AgEScTimeStepType enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AnimStepType() As AgEScTimeStepType

[C#]
public AgEScTimeStepType AnimStepType {get; set;}

[Managed C++]
public: __property AgEScTimeStepType get_AnimStepType();
public: __property void set_AnimStepType(
AgEScTimeStepType
);

[Unmanaged C++]
public: HRESULT get_AnimStepType(
AgEScTimeStepType * pRetVal
);
public: HRESULT put_AnimStepType(
AgEScTimeStepType NewAnimStepType
);

[Java]
public AgEScTimeStepType getAnimStepType();public void setAnimStepType(
AgEScTimeStepType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1