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


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

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