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