ArcObjects Library Reference (Geoprocessing)  

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

.NET Related Topics

How to create a toolbox from a function factory |