AGI STK Objects 11 Send 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
);

[Java]
public  onAnimationPause(
double CurrentTime
);

[Unmanaged C++]
public: HRESULT OnAnimationPause(
double CurrentTime
);

Parameters

CurrentTime
The current time that the animation is paused at.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface