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


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

IMapFrameDescriptions.Add Method

Adds a map frame description.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal mapFrameDesc As IMapFrameDescription _
)
[C#]
public void Add (
    IMapFrameDescription mapFrameDesc
);
[C++]
HRESULT Add(
  IMapFrameDescription* mapFrameDesc
);
[C++]
Parameters
mapFrameDesc [in]

mapFrameDesc is a parameter of type IMapFrameDescription*

Product Availability

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

See Also

IMapFrameDescriptions Interface