ArcObjects Library Reference (GeoDatabase)  

IDataElementHelper.DataElement Property

The data element for this data element helper.

[Visual Basic .NET]
Public ReadOnly Property DataElement As IDataElement
[C#]
public IDataElement DataElement {get;}
[C++]
HRESULT get_DataElement(
  IDataElement** DataElement
);
[C++]

Parameters

DataElement [out, retval]

  DataElement is a parameter of type IDataElement

Product Availability

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

See Also

IDataElementHelper Interface