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


ISceneGraph.IsNavigating Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.IsNavigating Property
ArcGIS Developer Help

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(
  Boolean* pbIsNavigating
);
[C++]
HRESULT put_IsNavigating(
  VARIANT_BOOL pbIsNavigating
);
[C++]
Parameters
pbIsNavigating [out, retval]

pbIsNavigating is a parameter of type bool* pbIsNavigating [in]
pbIsNavigating is a parameter of type bool

Product Availability

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

See Also

ISceneGraph Interface