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






Windows & Linux

Description

Occurs just before an animation update.

Syntax

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

Parameters

TimeEpSec

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.