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


IPageDescription.MapFrames Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IPageDescription.MapFrames Property

Descriptions for the map frames on the page.

[Visual Basic .NET]
Public ReadOnly Property MapFrames As IMapFrameDescriptions
[C#]
public IMapFrameDescriptions MapFrames {get;}
[C++]
HRESULT get_MapFrames(
  IMapFrameDescriptions** frames
);
[C++]

Parameters frames [out, retval]
frames is a parameter of type IMapFrameDescriptions

Product Availability

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

See Also

IPageDescription Interface