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


IGPUtilities2.CreateToolboxFromFactory Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities2 Interface > IGPUtilities2.CreateToolboxFromFactory Method
ArcGIS Developer Help

IGPUtilities2.CreateToolboxFromFactory Method

Creates a toolbox at the given location for a function factory of a given alias.

[Visual Basic .NET]
Public Sub CreateToolboxFromFactory ( _
    ByVal Alias As String, _
    ByVal location As String, _
    ByVal ToolboxName As String _
)
[C#]
public void CreateToolboxFromFactory (
    string Alias,
    string location,
    string ToolboxName
);
[C++]
HRESULT CreateToolboxFromFactory(
  BSTR Alias,
  BSTR location,
  BSTR ToolboxName
);
[C++]
Parameters
Alias [in]

Alias is a parameter of type BSTR location [in]
location is a parameter of type BSTR ToolboxName [in]
ToolboxName is a parameter of type BSTR

Product Availability

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

See Also

IGPUtilities2 Interface