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


IDatasetComponent.DataElement Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatasetComponent Interface > IDatasetComponent.DataElement Property
ArcGIS Developer Help

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

.NET Samples

Closest facility solver Location-allocation solver Origin-destination cost matrix solver Service area solver Subset network evaluators Vehicle routing problem solver