This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the basic map. Note: the IBasicMap interface has been superseded by IBasicMap2. Please consider using the more recent version.
Name | 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. | |
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. |
Classes | Description |
---|---|
Globe (esriGlobeCore) | A container for the display and manipulation of data in the Globe. |
Map | A container for the display and manipulation of map data. |
Scene (esri3DAnalyst) | A container for the display and manipulation of data. |
IBasicMap is a subset of IMap that provides support for ArcScene and ArcGlobe. The Map (2D), Scene (3D), and Globe (3D) coclasses implement this interface. Components used by ArcMap, ArcScene, and ArcGlobe, (such as the IdentifyDialog) utilize IBasicMap rather than IMap.