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





Description

Enable a selection between end time and loop-at time.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableAnimCycleTime() As Boolean

[C#]
public bool EnableAnimCycleTime {get; set;}

[Managed C++]
public: __property bool get_EnableAnimCycleTime();
public: __property void set_EnableAnimCycleTime(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableAnimCycleTime(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableAnimCycleTime(
VARIANT_BOOL NewEnableAnimCycleTime
);

[Java]
public bool getEnableAnimCycleTime();public void setEnableAnimCycleTime(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1