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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.