Enables basemap continuous navigation drawing mode when set to true, disables when set to false.
[Visual Basic .NET] Public Sub EnableBasemapMode ( _ ByVal bYesNo As Boolean _ )
[C#] public void EnableBasemapMode ( bool bYesNo );
[C++]
HRESULT EnableBasemapMode(
VARIANT_BOOL bYesNo
);
[C++]Parameters
bYesNo [in] bYesNo is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.