Gets or sets the background layers displayed in the Map.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public Basemap Basemap { get; set; }
Visual Basic (Declaration)
Public Property Basemap As Basemap

Field Value

A Basemap object containing background layers for the Map. Can be nullNothingnullptra null reference (Nothing in Visual Basic) if no background layers are required.

See Also