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


IGpsDisplayProperties.AutoPan Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IGpsDisplayProperties.AutoPan Property

Indicates if the display extents are adjusted to keep the GPS position on the screen.

[Visual Basic .NET]
Public Property AutoPan As Boolean
[C#]
public bool AutoPan {get; set;}
[C++]
HRESULT get_AutoPan(
  VARIANT_BOOL AutoPan
);
[C++]
HRESULT put_AutoPan(
  Boolean* AutoPan
);
[C++]

Parameters AutoPan [in]
AutoPan is a parameter of type bool AutoPan [out, retval]
AutoPan is a parameter of type bool*

Product Availability

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

See Also

IGpsDisplayProperties Interface