ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.Toolbox Property

Sets the current (default) toolbox.

[Visual Basic .NET]
Public Property Toolbox As String
[C#]
public string Toolbox {get; set;}
[C++]
HRESULT get_Toolbox(
  BSTR* Toolbox
);
[C++]
HRESULT put_Toolbox(
  BSTR Toolbox
);
[C++]

Parameters

Toolbox [out, retval]   Toolbox is a parameter of type BSTR Toolbox [in]   Toolbox is a parameter of type BSTR

Product Availability

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

See Also

IGpDispatch Interface