ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.RemoveToolbox Method

Remove the toolbox from the current session.

[Visual Basic .NET]
Public Sub RemoveToolbox ( _
    ByVal Toolbox As String _
)
[C#]
public void RemoveToolbox (
    string Toolbox
);
[C++]
HRESULT RemoveToolbox(
  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