ArcObjects Library Reference (GeoAnalyst)  

IFeatureClassDescriptor Interface

Provides access to members that control the FeatureClass descriptor.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method Create Creates a FeatureClass descriptor.
Method CreateFromSelectionSet Creates a GeoDataset descriptor with a SelectionSet.
Read-only property FeatureClass The FeatureClass in the descriptor.
Read-only property Field The field of the GeoDataset descriptor.
Read-only property FieldName The field name of the GeoDataset descriptor.
Read-only property QueryFilter The query filter of the GeoDataset descriptor.
Read-only property SelectionSet The SelectionSet of the GeoDataset descriptor.

Inherited Interfaces

Interfaces Description
IGeoDataDescriptor Provides access to members that control the GeoDataset descriptor.

CoClasses that implement IFeatureClassDescriptor

CoClasses and Classes Description
FeatureClassDescriptor GeoAnalyst FeatureClass descriptor object.

.NET Related Topics

Working with helper objects