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


IArcToolbox.AddToolbox Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoprocessingUI)  

IArcToolbox.AddToolbox Method

Adds the given toolbox to the ArcToolbox window.

[Visual Basic .NET]
Public Sub AddToolbox ( _
    ByVal toolbox As IGPToolbox _
)
[C#]
public void AddToolbox (
    IGPToolbox toolbox
);

Product Availability

Available with ArcGIS Desktop.

See Also

IArcToolbox Interface