The Map type exposes the following members.

Methods

  NameDescription
Clone
Returns a new Map with properties equal to the current Map.
Contains
Determines whether the Map contains a specified MapItem.
CreateFromXmlString
Helper method to generate an object from its XML representation, used to deserialize an object passed to a worker thread.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindById
Searches the Map for a MapItem with a specified unique ID.
FindByName
Searches the Map for a MapItem with a specified name.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetMapItems<(Of <(T>)>)
Gets all items in the Map of a specified MapItem type.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
ToXmlString
Helper method to serialize an object to its XML representation, used to serialize an object to pass to a worker thread.

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