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






Windows & Linux

Description

Triggered upon animation step.

Syntax

[Visual Basic .NET]
Public Event OnAnimationStep( _
   ByVal CurrentTime As Double _
)
[C#]
public void OnAnimationStep(
   double CurrentTime
);
[Managed C++]
public: void OnAnimationStep(
   double CurrentTime
);
[Java]
public  onAnimationStep(
   double CurrentTime
);
[Unmanaged C++]
public: HRESULT OnAnimationStep(
   double CurrentTime
);

Parameters

CurrentTime

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.