This document is archived and information here might be outdated.  Recommended version.


IMapFrameDescription Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapFrameDescription Interface
ArcGIS Developer Help

IMapFrameDescription Interface

Provides access to the available properties of a map frame description object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

When To Use

Use IMapFrameDescription when exporting an existing map layout using ExportLayout on IMapServerLayout.

Members

Name Description
Read/write property MapDescription The map description for the map contained in the frame.
Read-only property PageLocation The extent of the map frame on the page.

Classes that implement IMapFrameDescription

Classes Description
MapFrameDescription The Map Frame Description coclass contains settings of a map frame in the current document.

Remarks

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.