Provides access to methods on the toolbox object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Alias | The alias of the toolbox. | |
AlterAlias | Alters the alias of the toolbox. | |
AlterDisplayName | Modifies the display name property of the toolbox. | |
AlterHelpInfo | Sets the help (CHM) file and help context identifier containing help for this toolbox. | |
CanAlterDisplayName | Returns whether or not the display name property can be modified. | |
CanCreateTool | Returns whether or not a new tool can be created in the toolbox. | |
CreateTool | Creates a new tool in the toolbox. | |
Description | The description of the toolbox. | |
DisplayName | The display name of the toolbox. | |
HelpContext | The context identifier of the topic within the help file for this toolbox. | |
HelpFile | Name of the (CHM) file containing help information for this toolbox. | |
IsDeleted | Indicates if the toolbox has been deleted. | |
OpenTool | Returns a specific tool (by name) within the toolbox. | |
PathName | The path name of the toolbox. | |
ToolNames | An enumeration of all the geoprocessing tool name objects contained within the toolbox. | |
Tools | An enumeration of all the geoprocessing tools contained within the toolbox. |
Inherited Interfaces
Interfaces | Description |
---|---|
IGPToolbox2 | Provides access to methods on the toolbox object. |