Provides access to the associated class.
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
Name | Description | |
---|---|---|
Class | The class for this class helper. |
IClassHelper.Class Property
The class for this class helper.
Public ReadOnly Property Class As IClass
public IClass Class {get;}
Classes that implement IClassHelper
Classes | Description |
---|---|
ClassHelper | Esri Class Helper. |