This document is archived and information here might be outdated. Recommended version. |
Provides access to members that initialize and shutdown the class extension.
Required interface for class extensions. Class extensions should implement behavior that pertains to a specific object or feature class in a geodatabase.
IClassExtension should be implemented by all object class and feature class extensions.
Name | Description | |
---|---|---|
Init | Initializes the extension, passing in a reference to its class helper. | |
Shutdown | Informs the extension that its class helper is going away. |
CoClasses and Classes | Description |
---|---|
AnnotationFeatureClassExtension (esriCarto) | An Esri annotation feature class extension. |
DimensionClassExtension (esriCarto) | A class extension which contains all the style properties for a dimension feature class. |
GeocodedFeatureClassExtension (esriLocation) | A class extension for automatically maintaining geocoded feature classes. |
GeocodingIndexClassExtension (esriLocation) | A class extension for building and maintaining geocoding indexes. |
SoundexTableClassExtension (esriLocation) | A class extension for automatically maintaining geocoding indexes. |