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