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


IScreenDisplayBasemap.IsBasemapModeActivated Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IScreenDisplayBasemap.IsBasemapModeActivated Method

Indicated if basemap mode is activated and continuous navigation can be performed.

[Visual Basic .NET]
Public Function IsBasemapModeActivated ( _
) As Boolean
[C#]
public bool IsBasemapModeActivated (
);
[C++]
HRESULT IsBasemapModeActivated(
  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