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


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

IViewers3D.IsNavigating Property

Indicates if the 3D Display 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

IViewers3D Interface

.NET Samples

Globe Fly tool