STK ObjectsSend 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 * pVal
);
public: HRESULT put_AnimStepType(
    AgEScTimeStepType pVal
);
[Java]
public AgEScTimeStepType getAnimStepType();
public void setAnimStepType(
    AgEScTimeStepType
);
[Python - STK API ]
@property
def AnimStepType(self) -> "AgEScTimeStepType":

@AnimStepType.setter
def AnimStepType(self, pVal:"AgEScTimeStepType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.