This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.Toolbox Property (ArcObjects .NET 10.4 SDK) |
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