ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities2.CreateToolboxFromFactory Method

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

[Visual Basic 6.0]
Sub CreateToolboxFromFactory(
    ByVal Alias As String, _
    ByVal location As String, _
    ByVal ToolboxName As String _
)
[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
);
[Java]
public void createToolboxFromFactory (
    String Alias,
    String location,
    String ToolboxName
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page