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




method
Returns the command line usage of a given tool by name.

Syntax

Visual Basic (Declaration) 
Public Function Usage( _
   ByVal method As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim method As String
Dim value As String
 
value = instance.Usage(method)
C# 
public string Usage( 
   string method
)

Parameters

method

See Also

© 2010 All Rights Reserved.