The Map type exposes the following members.

Properties

  NameDescription
Attribution
Gets or sets a string to acknowledge use of Map content.
Basemap
Gets or sets the background layers displayed in the Map.
ChildItems
Gets a collection of MapItems in the Map.
Descendants
Gets a collection of the descendant MapItems contained by the Map; IMapItemParent objects are added to the collection before their associated ChildItems.
DescendantsBottomUp
Gets a collection of the descendant MapItems contained by the Map; IMapItemParent objects are added to the collection after their associated ChildItems.
Description
Gets or sets a string to describe the Map.
ImageOverlayDrawingOrder
Gets a collection of ImageOverlay objects currently contained by the Map;the order of the collection controls the order in which the image overlays are drawn by the ArcGIS Explorer application.
LayerDrawingOrder
Gets a collection of Layer objects currently contained by the Map;the order of the collection controls the order in which the layers are drawn by the ArcGIS Explorer application.
Name
Gets or sets the name of the Map.

See Also