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

© 2018 Analytical Graphics, Inc. All Rights Reserved.