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, IPresentationStep65 Step) |
C++ |
|
OnPresentationPlayTimeAnimationEnded( [in] BSTR PresentationID, [in] IPresentationStep65* Step) |
Parameters
PresentationID
The ID of the presentation.
Step
An IPresentationStep65 representing the step in which play time animation was set.