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


IScreenDisplayBasemap.EdgePanMode Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IScreenDisplayBasemap.EdgePanMode Property

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

Product Availability

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

See Also

IScreenDisplayBasemap Interface