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


IMapFrameDescriptions.Insert Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapFrameDescriptions.Insert Method

Adds a map frame description at the specified position.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal mapFrameDesc As IMapFrameDescription _
)
[C#]
public void Insert (
    int Index,
    IMapFrameDescription mapFrameDesc
);
[C++]
HRESULT Insert(
  long Index,
  IMapFrameDescription* mapFrameDesc
);
[C++]

Parameters Index [in] Index is a parameter of type long mapFrameDesc [in]
mapFrameDesc is a parameter of type IMapFrameDescription

Product Availability

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

See Also

IMapFrameDescriptions Interface