This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapFrameDescription Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the available properties of a map frame description object.
Use IMapFrameDescription when exporting an existing map layout using ExportLayout on IMapServerLayout.
Description | ||
---|---|---|
MapDescription | The map description for the map contained in the frame. | |
PageLocation | The extent of the map frame on the page. |
CoClasses and Classes | Description |
---|---|
MapFrameDescription | The Map Frame Description coclass contains settings of a map frame in the current document. |
The ExportLayout method on IMapServerLayout includes an input parameter for the layout page description (PageDescription). The page description consists of a collection of MapFrameDescription objects. These objects provide access to the MapDescription and PageLocation of a particular map frame.