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


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

.NET Snippets

Create Location Allocation Layer | Create Vehicle Routing Problem Layer | Create Service Area Layer | Create Route Layer | Create Closest Facility Layer

.NET Samples

Closest facility solver (Code Files: frmClosestFacilitySolver) | Service area solver (Code Files: frmServiceAreaSolver) | Location-allocation solver (Code Files: frmLocationAllocationSolver) | Vehicle routing problem solver (Code Files: frmVRPSolver) | Origin-destination cost matrix solver (Code Files: frmODCostMatrixSolver) | Subset network evaluators (Code Files: SubsetHelperUI)