ESRI.ArcGIS.Geoprocessor
AddToolbox Method
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class : AddToolbox Method




toolbox
Add a toolbox to the current Geoprocessing session by catalog path.

Syntax

Visual Basic (Declaration) 
Public Sub AddToolbox( _
   ByVal toolbox As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim toolbox As String
 
instance.AddToolbox(toolbox)
C# 
public void AddToolbox( 
   string toolbox
)

Parameters

toolbox

See Also

© 2010 All Rights Reserved.