ArcGIS Explorer Component Help |
Map Members |
Map Class Methods Properties See Also |
The Map type exposes the following members.
Methods
Name | Description | |
---|---|---|
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 | (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 | (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
Name | Description | |
---|---|---|
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.
|