Home > Working with SGWorld > ISGWorld > OnPresentationFlyToReachedDestination

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,

      IPresentationStep6 Step)

 

C++

 

HRESULT OnPresentationFlyToReachedDestination(

       BSTR PresentationID,

       IPresentationStep6* Step)

Parameters

PresentationID

The ID of the presentation.

Step

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

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.