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


ISceneGraph.IsNavigating Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.IsNavigating Property

Indicates if the scene graph is in navigation mode.

[Visual Basic .NET]
Public Property IsNavigating As Boolean
[C#]
public bool IsNavigating {get; set;}
[C++]
HRESULT get_IsNavigating(
  VARIANT_BOOL* pbIsNavigating
);
[C++]
HRESULT put_IsNavigating(
  VARIANT_BOOL pbIsNavigating
);
[C++]

Parameters pbIsNavigating [out, retval] pbIsNavigating is a parameter of type VARIANT_BOOL pbIsNavigating [in] pbIsNavigating is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneGraph Interface