ArcObjects Library Reference (Geoprocessing)  

IGPTool.Toolbox Property

The toolbox of the tool.

[Visual Basic .NET]
Public ReadOnly Property Toolbox As IGPToolbox
[C#]
public IGPToolbox Toolbox {get;}
[C++]
HRESULT get_Toolbox(
  IGPToolbox** Toolbox
);
[C++]

Parameters

Toolbox [out, retval]

  Toolbox is a parameter of type IGPToolbox

Product Availability

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

See Also

IGPTool Interface

.NET Samples

Geoprocessing events listener (Code Files: GPEventHelper) |