This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapFrameDescriptions Interface > IMapFrameDescriptions.Insert Method (ArcObjects .NET 10.4 SDK) |
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