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


IScreenDisplayBasemap.BasemapDrawing Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IScreenDisplayBasemap.BasemapDrawing Property

Indicates if basemap drawing mode is enabled.

[Visual Basic .NET]
Public ReadOnly Property BasemapDrawing As Boolean
[C#]
public bool BasemapDrawing {get;}
[C++]
HRESULT get_BasemapDrawing(
  VARIANT_BOOL* bYesNo
);
[C++]

Parameters bYesNo [out, retval] bYesNo is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IScreenDisplayBasemap Interface