Occurs just before an animation update.
| [Visual Basic .NET] |
|---|
Public Event OnAnimUpdate( _ ByVal TimeEpSec As Double _ ) |
| [C#] |
|---|
public void OnAnimUpdate( |
| [Managed C++] |
|---|
public: void OnAnimUpdate( |
| [Java] |
|---|
public onAnimUpdate( |
| [Unmanaged C++] |
|---|
public: HRESULT OnAnimUpdate( |
- TimeEpSec
- Current animation time (in Epoch Seconds).
You can use the OnAnimUpdate event to synchronize other displays with the STK X animation loop. You can use the STK X Application ExecuteCommand method to extract information from STK X.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
