This document is archived and information here might be outdated. Recommended version. |
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*