Provides access to members that hand out enumerated subset names in 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. | |
TopologyNames | An enumerator over the topology names in this FeatureDataset. |
IFeatureDatasetName2.TopologyNames Property
An enumerator over the topology names in this FeatureDataset.
Public ReadOnly Property TopologyNames As IEnumDatasetName
public IEnumDatasetName TopologyNames {get;}
Remarks
This method returns an enumeration of all the TopologyNames in the FeatureDataset.
Inherited Interfaces
Interfaces | Description |
---|---|
IFeatureDatasetName | Provides access to members that hand out enumerated subset names in the feature dataset. |
Classes that implement IFeatureDatasetName2
Classes | Description |
---|---|
FeatureDatasetName | Esri Feature Dataset Name object. |