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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface