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