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


IGPToolboxFactory.Create Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolboxFactory.Create Method

Creates a new toolbox.

[Visual Basic .NET]
Public Function Create ( _
    ByVal Path As String _
) As IGPToolbox
[C#]
public IGPToolbox Create (
    string Path
);
[C++]
HRESULT Create(
  BSTR Path,
  IGPToolbox** Toolbox
);
[C++]

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

Product Availability

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

See Also

IGPToolboxFactory Interface