This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatasetComponent Interface > IDatasetComponent.DataElement Property (ArcObjects .NET 10.5 SDK) |
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
The DataElement method is used to access the data element for this dataset component.