This document is archived and information here might be outdated.  Recommended version.


IGPToolbox2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolbox2 Interface
ArcGIS Developer Help

IGPToolbox2 Interface

Provides access to methods on the toolbox object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property Alias The alias of the toolbox.
Method AlterAlias Alters the alias of the toolbox.
Method AlterDisplayName Modifies the display name property of the toolbox.
Method AlterHelpInfo Sets the help (CHM) file and help context identifier containing help for this toolbox.
Method CanAlterDisplayName Returns whether or not the display name property can be modified.
Method CanCreateTool Returns whether or not a new tool can be created in the toolbox.
Method CreateTool Creates a new tool in the toolbox.
Read-only property DisplayName The display name of the toolbox.
Read-only property HelpContext The context identifier of the topic within the help file for this toolbox.
Read-only property HelpFile Name of the (CHM) file containing help information for this toolbox.
Read-only property IsDeleted Indicates if the toolbox has been deleted.
Method OpenTool Returns a specific tool (by name) within the toolbox.
Read-only property PathName The path name of the toolbox.
Read-only property ToolNames An enumeration of all the geoprocessing tool name objects contained within the toolbox.
Read-only property Tools An enumeration of all the geoprocessing tools contained within the toolbox.

Classes that implement IGPToolbox2

Classes Description