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