Provides access to methods on the ArcToolbox object. Note: the IArcToolbox interface has been superseded byIArcToolbox2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
![]() |
AddToolbox | Adds the given toolbox to the ArcToolbox window. |
![]() |
CreateTool | Creates a new tool in the specified destination (toolbox or toolset). |
![]() |
EditToolSource | Edits the source of the specified tool (if applicable). |
![]() |
GetToolbyNameString | Returns a tool by name. |
![]() |
hWnd | The handle to the ArcToolbox dockable window. |
![]() |
InvokeProcess | Invokes/executes the given process object, prompting the user for required input first. |
![]() |
InvokeTool | Invokes/executes the given tool, prompting the user for required input first. |
![]() |
OnCreate | Called after the ArcToolbox object is created to initialize it. |
![]() |
OnDestroy | Called right before the ArcToolbox object is about to be destroyed. |
![]() |
Refresh | Refreshes the contents of the ArcToolbox dockable window. |
![]() |
RemoveToolbox | Removes the given toolbox from the ArcToolbox window. |
![]() |
ShowToolHelp | Opens the help panel for the given geoprocessing tool. |
CoClasses that implement IArcToolbox
CoClasses and Classes | Description |
---|---|
ArcToolbox |