AGI STK Objects 11 Send comments on this topic.
OnAnimationStepBack Event (AgStkObjectRoot)
See Also 
CurrentTime





Description

Triggered upon animation stepback.

Syntax

[Visual Basic .NET]
Public Event OnAnimationStepBack( _
   ByVal CurrentTime As Double _
)

[C#]
public void OnAnimationStepBack(
double CurrentTime
);

[Managed C++]
public: void OnAnimationStepBack(
double CurrentTime
);

[Java]
public  onAnimationStepBack(
double CurrentTime
);

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

Parameters

CurrentTime

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1