This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolbox3 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to methods on the toolbox object.
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. |
Interfaces | Description |
---|---|
IGPToolbox2 | Provides access to methods on the toolbox object. |