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


IGpsDisplayProperties.AutoPan Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL AutoPan
);
[C++]

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

Product Availability

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

See Also

IGpsDisplayProperties Interface