ArcObjects Library Reference (Carto)  

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