Provides access to members that control Feature Class Description.
The IFeatureClassDescription interface provides information to ArcCatalog in addition to what can be specified by IObjectClassDescription for the creation of feature classes.
| Description | ||
|---|---|---|
![]() |
FeatureType | The esriFeatureType for the instances of this class. |
![]() |
ShapeFieldName | The name of the field containing the shape. |
| CoClasses and Classes | Description |
|---|---|
| AnnotationFeatureClassDescription (esriCarto) | An ESRI annotation feature class description. |
| DimensionClassDescription (esriCarto) | The class description for dimension feature classes. |
| FeatureClassDescription | ESRI Feature Class Description object. |
| ForceElements (esriDefenseSolutions) | Class extension object used to create force element point feature classes. |
| RasterCatalogClassDescription | ESRI RasterCatalog Class Description. |
| TacticalAreas (esriDefenseSolutions) | Class extension object used to create tactical graphic polygon feature classes. |
| TacticalLines (esriDefenseSolutions) | Class extension object used to create tactical graphic polyline feature classes. |
| TacticalPoints (esriDefenseSolutions) | Class extension object used to create tactical graphic point feature classes. |
The interface’s two properties define the FeatureType and ShapeFieldName for the feature class.
IObjectClassDescription Interface | IFeatureClass Interface