Represents the map window in the ArcGIS Explorer application.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public sealed class MapDisplay : IDisposable
Visual Basic (Declaration)
Public NotInheritable Class MapDisplay _
	Implements IDisposable

Remarks

The MapDisplay class enables you to accomplish common mapping operations such as: navigation, conversion, capturing user-defined shapes (tracking) and adding temporary graphics to the map. Furthermore, you can also obtain a map object using the MapDisplay.Map property. The Map class allows you to add content to the map (MapItems) and arrange existing content into a logical hierarchy.

Inheritance Hierarchy

System..::.Object

  ESRI.ArcGISExplorer.Mapping..::.MapDisplay

See Also