ArcObjects Library Reference (GeoDatabase)  

IDatasetComponent.DataElement Property

The data element corresponding to the dataset component.

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

Parameters

DataElement [out, retval]

  DataElement is a parameter of type IDEDataset

Product Availability

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

Remarks

The DataElement method is used to access the data element for this dataset component.

See Also

IDatasetComponent Interface