Provides access to members that hand out enumerated subset names in the feature dataset. Note: the IFeatureDatasetName interface has been superseded byIFeatureDatasetName2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
The IFeatureDatasetName interface 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
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. |
CoClasses that implement IFeatureDatasetName
CoClasses and Classes | Description |
---|---|
CoverageName (esriDataSourcesFile) | Maintains ArcInfo Coverage information. |
FeatureDatasetName | ESRI Feature Dataset Name object. |
See Also
IDatasetName Interface | IFeatureDataset Interface | IName Interface