![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplayBasemap Interface > IScreenDisplayBasemap.EdgePanMode Property (ArcObjects .NET 10.5 SDK) |
Indicates if edgepan/roaming pan is enabled while in basemap mode.
[Visual Basic .NET] Public Property EdgePanMode As Boolean
[C#] public bool EdgePanMode {get; set;}
[C++]
HRESULT get_EdgePanMode(
VARIANT_BOOL* bYesNo
);
[C++]
HRESULT put_EdgePanMode(
VARIANT_BOOL bYesNo
);
[C++]
Parameters bYesNo [out, retval] bYesNo is a parameter of type VARIANT_BOOL bYesNo [in] bYesNo is a parameter of type VARIANT_BOOL