Adds a LayerDrawingDescription info at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal Index As Integer, _ ByVal pLayerDrawingDescription As ILayerDrawingDescription _ )
[C#] public void Insert ( int Index, ILayerDrawingDescription pLayerDrawingDescription );
[C++]
HRESULT Insert(
long Index,
ILayerDrawingDescription* pLayerDrawingDescription
);
[C++]Parameters
Index [in] Index is a parameter of type long pLayerDrawingDescription [in]pLayerDrawingDescription is a parameter of type ILayerDrawingDescription
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.