Provides access to members that control the basic map.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
ActiveGraphicsLayer | The active graphics layer. If no graphic layers exist a basic memory graphics layer will be created. | |
AddLayer | Adds a layer to the map. | |
AddLayers | Adds multiple layers to the map, arranging them nicely if specified. | |
AreaOfInterest | Area of interest for the map. | |
BasicGraphicsLayer | The basic graphics layer. | |
ClearLayers | Removes all layers from the map. | |
ClearSelection | Clears the map selection. | |
CopyrightText | Copyright information associated with the map. | |
DeleteLayer | Deletes a layer from the map. | |
Description | Description of the map. | |
FeatureSelection | The map's feature selection. | |
Layer | The layer at the given index. | |
LayerCount | Number of layers in the map. | |
Layers | The layers in the map of the type specified in the uid. If recursive is true it will return layers in group layers. | |
Name | Name of the map. | |
SelectByShape | Selects features in the map given a shape and a selection environment (optional). | |
SelectionCount | Number of selected features in the map. | |
SpatialReference | The spatial reference of the map. |
CoClasses that implement IBasicMap2
CoClasses and Classes | Description |
---|---|
Map | A container for the display and manipulation of map data. |