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


IFeatureClassDescriptor Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IF > IFeatureClassDescriptor Interface
ArcGIS Developer Help

IFeatureClassDescriptor Interface

Provides access to members that control the FeatureClass descriptor.

Product Availability

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

Members

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

Classes that implement IFeatureClassDescriptor

Classes Description
FeatureClassDescriptor GeoAnalyst FeatureClass descriptor object.