Home > Working with SGWorld > ISGWorld > OnPresentationPlayTimeAnimationEnded
During a presentation, changes on the terrain during a selected timeframe can be displayed. The OnPresentationPlayTimeAnimationEnded event occurs when this timeframe ends.
JavaScript |
|
OnPresentationPlayTimeAnimationEnded( PresentationID, Step) |
C# |
|
void OnPresentationPlayTimeAnimationEnded( string PresentationID, IPresentationStep6 Step) |
C++ |
|
OnPresentationPlayTimeAnimationEnded( [in] BSTR PresentationID, [in] IPresentationStep6* Step) |
Parameters
PresentationID
The ID of the presentation.
Step
An IPresentationStep6 representing the step in which play time animation was set.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.