ArcObjects Library Reference (GeoDatabase)  

IFeatureDatasetName Interface

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
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.

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

.NET Related Topics

Creating geometric networks within a geodatabase