STK ObjectsSend comments on this topic.
ContinueXRealtimeFromPause Property (IAgScAnimation)
See Also
Windows





Windows & Linux

Description

Animation XRealtime Continue from Paused Time.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ContinueXRealtimeFromPause() As Boolean
[C#]
public bool ContinueXRealtimeFromPause {get; set;}
[Managed C++]
public: __property bool get_ContinueXRealtimeFromPause();
public: __property void set_ContinueXRealtimeFromPause( bool );
[Unmanaged C++]
public: HRESULT get_ContinueXRealtimeFromPause(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ContinueXRealtimeFromPause(
    VARIANT_BOOL pVal
);
[Java]
public bool getContinueXRealtimeFromPause();
public void setContinueXRealtimeFromPause(
    bool
);
[Python - STK API ]
@property
def ContinueXRealtimeFromPause(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.