This document is archived and information here might be outdated. Recommended version. |
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*