This document is archived and information here might be outdated.  Recommended version.


IGPTool.Toolbox Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTool Interface > IGPTool.Toolbox Property
ArcGIS Developer Help

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