OnPresentationFlyToReachedDestination

If a step includes a FlyTo operation, e.g. location step, this event is triggered when the FlyTo is finished and the camera reached the location.

 

JavaScript

 

OnPresentationFlyToReachedDestination(

       PresentationID,

       Step)

 

C#

 

void OnPresentationFlyToReachedDestination(

       string PresentationID,

       IPresentationStep65 Step)

 

C++

 

HRESULT OnPresentationFlyToReachedDestination(

        BSTR PresentationID,

        IPresentationStep65* Step)

Parameters

PresentationID

The ID of the presentation.

Step

An IPresentationStep65 representing the Fly to presentation step that is being checked.