Provides access to methods on the ArcToolbox object.
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. |
![]() |
InvokeModalProcess | Invokes/executes the given process object, prompting the user for required input first. |
![]() |
InvokeModalTool | Invokes/executes the given tool, prompting the user for required input first. |
![]() |
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
IArcToolbox | Provides access to methods on the ArcToolbox object. |