This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolExtensionFactoryGen Interface (ArcObjects .NET 10.5 SDK) |
Provides access to methods on a geoprocessing tool extension factory object.
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. |