This document is archived and information here might be outdated.  Recommended version.


IFeatureDatasetName Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureDatasetName Interface
ArcGIS Developer Help

IFeatureDatasetName Interface

Provides access to members that hand out enumerated subset names in the feature dataset. Note: the IFeatureDatasetName interface has been superseded by IFeatureDatasetName2. 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

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.

Classes that implement IFeatureDatasetName

Classes Description
CoverageName (esriDataSourcesFile) Maintains ArcInfo Coverage information.
FeatureDatasetName Esri Feature Dataset Name object.

See Also

IDatasetName Interface | IFeatureDataset Interface | IName Interface