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,

       IPresentationStep61 Step)

 

C++

 

OnPresentationPlayTimeAnimationEnded(

       [in] BSTR PresentationID,

       [in] IPresentationStep61* Step)

Parameters

PresentationID

The ID of the presentation.

Step

An IPresentationStep61 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.