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


ILayerDescriptions.Insert Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerDescriptions Interface > ILayerDescriptions.Insert Method
ArcGIS Developer Help

ILayerDescriptions.Insert Method

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*

Product Availability

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

See Also

ILayerDescriptions Interface