ArcObjects Library Reference (Geoprocessing)  

IGPComHelper.AddToolbox Method

Adds a reference to the specified toolbox to the GeoProcessor.

[Visual Basic .NET]
Public Sub AddToolbox ( _
    ByVal Toolbox As String _
)
[C#]
public void AddToolbox (
    string Toolbox
);
[C++]
HRESULT AddToolbox(
  BSTR Toolbox
);
[C++]

Parameters

Toolbox [in]   Toolbox is a parameter of type BSTR

Product Availability

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

See Also

IGPComHelper Interface