AGI STK Objects 11 Send comments on this topic.
OnAnimationPause Method (IAgStkObjectRootEvents)
See Also 
CurrentTime
The current time that the animation is paused at.





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1