STK ObjectsSend 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 * pVal
);
public: HRESULT put_EnableAnimCycleTime(
    VARIANT_BOOL pVal
);
[Java]
public bool getEnableAnimCycleTime();
public void setEnableAnimCycleTime(
    bool
);
[Python - STK API ]
@property
def EnableAnimCycleTime(self) -> bool:

@EnableAnimCycleTime.setter
def EnableAnimCycleTime(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.