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


IGpDispatch.Toolbox Property (ArcObjects .NET 10.5 SDK)
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