This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerDescriptions Interface > ILayerDescriptions.Insert Method (ArcObjects .NET 10.4 SDK) |
Adds a layer description at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal Index As Integer, _ ByVal LayerDescription As ILayerDescription _ )
[C#] public void Insert ( int Index, ILayerDescription LayerDescription );
[C++]
HRESULT Insert(
long Index,
ILayerDescription* LayerDescription
);
[C++]
Parameters Index [in] Index is a parameter of type long LayerDescription [in]
LayerDescription is a parameter of type ILayerDescription