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.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
ActiveView | The Map object. | |
Map | The Map object. | |
PageLayout | The PageLayout object. |
CoClasses that implement IMxdContents
CoClasses and 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 |
Remarks
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.