This document is archived and information here might be outdated. Recommended version. |
Provides access to members to pass data into and out off a MXD map document file. Coclasses that implement this interface can limited the implementation to one property if required.
Name | Description | |
---|---|---|
ActiveView | The Map object. | |
Map | The Map object. | |
PageLayout | The PageLayout object. |
Classes | Description |
---|---|
Map | A container for the display and manipulation of map data. |
MapControl (esriControls) | Esri MapControl |
PageLayout | Page Layout class contains maps and map surrounds. |
PageLayoutControl (esriControls) | Esri PageLayoutControl |
Note that implementers of this interface commonly return E_NOTIMPL for a property if a particular property is not supported. For instance, Map will return E_NOTIMPL when attempting to access the PageLayout property.