Provides access to methods on a geoprocessing tool extension factory object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
| Description | ||
|---|---|---|
|  | CanEdit | Returns whether or not the factory supports editing instances of the tool extension. | 
|  | CLSID | The CLSID of the tool extension factory class. | 
|  | Create | Creates a new instance of a tool extension in the given toolbox. | 
|  | Edit | Invokes a window to edit a tool extension. | 
|  | GetDefaultDescription | The default tool extension description. | 
|  | GetDefaultDisplayName | The default tool extension display name. | 
|  | GetDefaultName | The default tool extension name. | 
|  | LargeImage | A 32x32 bitmap to associate with the tool extension. | 
|  | LargeInvalidImage | A 32x32 bitmap to associate with invalid instances of the tool extension. | 
|  | LargeUnlicensedImage | A 32x32 bitmap to associate with unlicensed instances of the tool extension. | 
|  | PostCreateTool | Called immediately following the creation of a new tool extension. | 
|  | SmallImage | A 16x16 bitmap to associate with the tool extension. | 
|  | SmallInvalidImage | A 16x16 bitmap to associate with invalid instances of the tool extension. | 
|  | SmallUnlicensedImage | A 16x16 bitmap to associate with unlicensed instances of the tool extension. | 
|  | ToolExtensionName | Name of the tool extension factory class. |