If a step in a presentation involves a FlyTo operation, e.g. location step, this event occurs when the FlyTo is finished and the camera reached the location.
JavaScript |
|
OnPresentationFlyToReachedDestination( PresentationID, Step) |
C# |
|
void OnPresentationFlyToReachedDestination( string PresentationID, IPresentationStep66 Step) |
C++ |
|
HRESULT OnPresentationFlyToReachedDestination( BSTR PresentationID, IPresentationStep66* Step) |
Parameters
PresentationID
The ID of the presentation.
Step
An IPresentationStep66 representing the Fly to presentation step that is being checked.