This document is archived and information here might be outdated.  Recommended version.


ISceneControlDefault.Navigate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISceneControlDefault Interface > ISceneControlDefault.Navigate Property
ArcGIS Developer Help

ISceneControlDefault.Navigate Property

Indicates if the SceneControl performs default scene navigation in response to mouse events.

[Visual Basic .NET]
Public Property Navigate As Boolean
[C#]
public bool Navigate {get; set;}
[C++]
HRESULT get_Navigate(
void
);
[C++]
HRESULT put_Navigate(
);

Product Availability

Available with ArcGIS Engine.

Description

The Navigate property determines whether the default SceneControl navigation functionality is enabled at run time. By default the Navigate property is set to false. When the Navigate property is set to true, the end user can use the left mouse button to navigate backwards and forwards and to the left and right of the display, and the right mouse button to zoom in and out on the display.

Remarks

When the Navigate property is set to true, the OnMouseDown, OnMouseMove, OnMouseUp events are being intercepted. As such, care must be taken by developers to avoid the display becoming confused when:

See Also

ISceneControlDefault Interface