ArcObjects Library Reference (GeoDatabase)  

IDataElements.Add Method

Adds a data element.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal DataElement As IDataElement _
)
[C#]
public void Add (
    IDataElement DataElement
);
[C++]
HRESULT Add(
  IDataElement* DataElement
);
[C++]

Parameters

DataElement [in]

  DataElement is a parameter of type IDataElement

Product Availability

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

See Also

IDataElements Interface