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


IGpDispatch.AddToolbox Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.AddToolbox Method

Add the toolbox to the current session.

[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

IGpDispatch Interface