ArcObjects Library Reference (GeoDatabase)  

IClassHelper Interface

Provides access to the associated class.

Product Availability

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

When To Use

A ClassHelper is passed as an argument to the Init method of the IClassExtension Interface.

The Class property should be used by the ClassExtension to get a pointer to the current ObjectClass. A ClassExtension should not keep the pointer in a class level variable, but rather should retrieve it from the ClassHelper as needed.

Members

Description
Read-only property Class The class for this class helper.

CoClasses that implement IClassHelper

CoClasses and Classes Description
ClassHelper ESRI Class Helper.
SchematicElementClass (esriSchematic) Schematic element class object.

.NET Samples

Tabbed feature inspector (Code Files: ObjectInspector TabbedInspector) | Timestamper class extension (Code Files: TimestampClassExtension) |

.NET Related Topics

Creating class extensions |