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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface