This document is archived and information here might be outdated. Recommended version. |
Provides access to the Map Area Interface.
Name | Description | |
---|---|---|
Extent | The geographic extent of the map. |
Classes | Description |
---|---|
CenterAndScale | The Center And Scale coclass allows you to change the spatial extent of a map by specifying the center and scale. |
CenterAndSize | The Center And Size coclass allows you to change the spatial extent of a map by specifying the center, size and units. |
FeatureExtent | The Feature Extent coclass allows you to zoom to selected features in a layer. |
MapExtent | The Map Extent coclass allows you to change the spatial extent of a map by specifying the new extent. |
MapServerBookmark | The Map Server Bookmark coclass provides information about a bookmark. |
MapArea contains the abstract interface IMapArea. On this interface you can retrieve the geographic extent of the map display. Use the following interfaces to change the geographic extent of the map display: IMapServerBookmark, IMapExtent, ICenterAndSize, ICenterAndScale and IFeatureExtent. By default, the MapArea object is of type MapExtent.