This document is archived and information here might be outdated. Recommended version. |
Provides access to methods on the ArcToolbox object. Note: the IArcToolbox interface has been superseded by IArcToolbox2. Please consider using the more recent version.
Name | 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. |
Classes | Description |
---|---|
ArcToolbox |