Gets the first MapItem in the collection.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public MapItem GetFirst()
Visual Basic (Declaration)
Public Function GetFirst As MapItem

Return Value

A MapItem object which represents a type of map content.

See Also