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




Toolbox
Remove a toolbox from the current Geoprocessing session by catalog path.

Syntax

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

Parameters

Toolbox

See Also

© 2010 All Rights Reserved.