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


IDataElements.Insert Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDataElements Interface > IDataElements.Insert Method
ArcGIS Developer Help

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