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


IDataElementHelper.DataElement Property (ArcObjects .NET 10.4 SDK)
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