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


IScreenDisplay3.IsNavigating Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplay3 Interface > IScreenDisplay3.IsNavigating Property
ArcGIS Developer Help

IScreenDisplay3.IsNavigating Property

Indicates whether the cuser is currently navigating.

[Visual Basic .NET]
Public ReadOnly Property IsNavigating As Boolean
[C#]
public bool IsNavigating {get;}
[C++]
HRESULT get_IsNavigating(
  Boolean* navigating
);
[C++]
Parameters
navigating [out, retval]

navigating is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IScreenDisplay3 Interface