This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IT > IToolboxWorkspace Interface > IToolboxWorkspace.OpenToolbox Method (ArcObjects .NET 10.4 SDK) |
Opens an existing toolbox in the workspace.
[Visual Basic .NET] Public Function OpenToolbox ( _ ByVal Name As String _ ) As IGPToolbox
[C#] public IGPToolbox OpenToolbox ( string Name );
[C++]
HRESULT OpenToolbox(
BSTR Name,
IGPToolbox** Toolbox
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR Toolbox [out, retval]
Toolbox is a parameter of type IGPToolbox