Due to changes made to the ArcGIS Online basemaps, this class has been marked as obsolete. The methods in this class may refer to basemaps which are no longer available.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
[ObsoleteAttribute("Due to changes made to the ArcGIS Online basemaps the properties on this class have been deprecated, as they may refer to basemaps which are no longer available. ESRI.ArcGISExplorer.Application.Application.GetBasemaps() may be used instead to obtain a list of available basemaps.")]
public static class BingMaps
Visual Basic (Declaration)
<ObsoleteAttribute("Due to changes made to the ArcGIS Online basemaps the properties on this class have been deprecated, as they may refer to basemaps which are no longer available. ESRI.ArcGISExplorer.Application.Application.GetBasemaps() may be used instead to obtain a list of available basemaps.")> _
Public NotInheritable Class BingMaps

Remarks

Use of this class has been superceded by the GetBasemaps()()() method on the Application class, which returns a collection of all of the basemaps currently configured for the user.

Using any of the properties in this class will generate a compiler warning, but won't prevent a solution from compiling successfully.

Inheritance Hierarchy

System..::.Object

  ESRI.ArcGISExplorer.Mapping..::.Basemap..::.BingMaps

See Also