This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsDisplayProperties Interface > IGpsDisplayProperties.AutoPan Property (ArcObjects .NET 10.4 SDK) |
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