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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.