ArcGIS Developer Help  (Geoprocessing)    

IArcToolbox Interface

Provides access to methods on the ArcToolbox object.

Product Availability

Available with ArcGIS Desktop.

When To Use

The IArcToolbox interface is the main interface used to access the methods of the ArcToolbox object. For example, use methods of this interface to open, end, and refresh the ArcToolbox window, to add and remove a toolbox, or to create and invoke a tool.

Members

Description
Method AddToolbox Adds the given toolbox to the ArcToolbox window.
Method CreateTool Creates a new tool in the specified destination (toolbox or toolset).
Method EditToolSource Edits the source of the specified tool (if applicable).
Method GetToolbyNameString Returns a tool by name.
Read-only property hWnd The handle to the ArcToolbox dockable window.
Method InvokeProcess Invokes/executes the given process object, prompting the user for required input first.
Method InvokeTool Invokes/executes the given tool, prompting the user for required input first.
Method OnCreate Called after the ArcToolbox object is created to initialize it.
Method OnDestroy Called when the ArcToolbox object is about to be destroyed.
Method Refresh Refreshes the contents of the ArcToolbox dockable window.
Method RemoveToolbox Removes the given toolbox from the ArcToolbox window.
Method ShowToolHelp Displays the help for the given geoprocessing tool.

CoClasses that implement IArcToolbox

CoClasses and Classes Description
ArcToolbox (esriGeoprocessingUI)

 


Feedback Send feedback on this page