This document is archived and information here might be outdated. Recommended version. |
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.
Name | Description | |
---|---|---|
FeatureType | The esriFeatureType for the instances of this class. | |
ShapeFieldName | The name of the field containing the shape. |
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. |
RasterCatalogClassDescription | Esri RasterCatalog Class Description. |
The interface�s two properties define the FeatureType and ShapeFieldName for the feature class.
IObjectClassDescription Interface | IFeatureClass Interface