ArcObjects Library Reference (GeoDatabase)  

IDataElements.Insert Method

Adds a data element at the specified position.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal DataElement As IDataElement _
)
[C#]
public void Insert (
    int Index,
    IDataElement DataElement
);
[C++]
HRESULT Insert(
  long Index,
  IDataElement* DataElement
);
[C++]

Parameters

Index [in]   Index is a parameter of type long DataElement [in]

  DataElement is a parameter of type IDataElement

Product Availability

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

See Also

IDataElements Interface