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 | |
---|---|---|
FeatureClassNames | An enumerator over the feature class names in this FeatureDataset. | |
GeometricNetworkNames | An enumerator over the geometric network names in this FeatureDataset. | |
RelationshipClassNames | An enumerator over the relationship class names in this FeatureDataset. | |
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. |