IDatasetComponent Interface

Provides access to the common functionality found on all dataset components.

Members

Name Description
Read-only property DataElement The data element corresponding to the dataset component.
Read-only property Parent The containing parent dataset.

IDatasetComponent.DataElement Property

The data element corresponding to the dataset component.

Public ReadOnly Property DataElement As IDEDataset
public IDEDataset DataElement {get;}

Remarks

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

IDatasetComponent.Parent Property

The containing parent dataset.

Public ReadOnly Property Parent As IDataset
public IDataset Parent {get;}

Remarks

Returns the parent of the dataset component. For example, for geodatabase network datasets this will return the containing feature dataset.

Classes that implement IDatasetComponent

Classes Description

Remarks

The IDatasetComponent interface is used to access the data element and parent dataset of this dataset.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.