STK ObjectsSend comments on this topic.
OnAnimationPause Method (IAgStkObjectRootEvents)
See Also
CurrentTime
The current time that the animation is paused at.
Windows





Windows & Linux

Description

Triggered when animation is paused.

Syntax

[Visual Basic .NET]
Public Sub OnAnimationPause( _
    ByVal CurrentTime As Double _
)
[C#]
public void OnAnimationPause(
    double CurrentTime
);
[Managed C++]
public: void OnAnimationPause(
    double CurrentTime
);
[Unmanaged C++]
public: void OnAnimationPause(
    double CurrentTime
);
[Java]
public void onAnimationPause(
    double CurrentTime
);
[Python - STK API ]
def OnAnimationPause(self, CurrentTime:float) -> None:

Parameters

CurrentTime
The current time that the animation is paused at.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.