IFeatureDatasetName Interface

Provides access to members that hand out enumerated subset names in the feature dataset.

When To Use

The IFeatureDatasetNameinterface supports methods to get the name objects identifying the feature classes, relationship classes, and geometric networks within the named feature dataset without opening the feature dataset.

Members

Name Description
Read-only property FeatureClassNames An enumerator over the feature class names in this FeatureDataset.
Read-only property GeometricNetworkNames An enumerator over the geometric network names in this FeatureDataset.
Read-only property RelationshipClassNames An enumerator over the relationship class names in this FeatureDataset.
Read-only property TableNames An enumerator over the table (non spatial object class) names in this FeatureDataset.

IFeatureDatasetName.FeatureClassNames Property

An enumerator over the feature class names in this FeatureDataset.

Public ReadOnly Property FeatureClassNames As IEnumDatasetName
public IEnumDatasetName FeatureClassNames {get;}

IFeatureDatasetName.GeometricNetworkNames Property

An enumerator over the geometric network names in this FeatureDataset.

Public ReadOnly Property GeometricNetworkNames As IEnumDatasetName
public IEnumDatasetName GeometricNetworkNames {get;}

IFeatureDatasetName.RelationshipClassNames Property

An enumerator over the relationship class names in this FeatureDataset.

Public ReadOnly Property RelationshipClassNames As IEnumDatasetName
public IEnumDatasetName RelationshipClassNames {get;}

IFeatureDatasetName.TableNames Property

An enumerator over the table (non spatial object class) names in this FeatureDataset.

Public ReadOnly Property TableNames As IEnumDatasetName
public IEnumDatasetName TableNames {get;}

Classes that implement IFeatureDatasetName

Classes Description
FeatureDatasetName Esri Feature Dataset Name object.

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