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


IPageDescription.MapFrames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPageDescription Interface > IPageDescription.MapFrames Property
ArcGIS Developer Help

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