OnPresentationPlayTimeAnimationEnded

A Play Time Animation step can be included in a presentation to display changes on the terrain during a selected timeframe. The OnPresentationPlayTimeAnimationEnded event occurs when a Play Time Animation step ends.

 

JavaScript

 

OnPresentationPlayTimeAnimationEnded(

       PresentationID,

       Step)

 

C#

 

void OnPresentationPlayTimeAnimationEnded(

       string PresentationID,

       IPresentationStep66 Step)

 

C++

 

OnPresentationPlayTimeAnimationEnded(

       [in] BSTR PresentationID,

       [in] IPresentationStep66* Step)

Parameters

PresentationID

The ID of the presentation.

Step

An IPresentationStep66 representing the step in which the play time animation was set.