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, IPresentationStep61 Step) |
C++ |
|
HRESULT OnPresentationFlyToReachedDestination( BSTR PresentationID, IPresentationStep61* Step) |
Parameters
PresentationID
The ID of the presentation.
Step
An IPresentationStep61 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.