Usage (arcpy)
Zusammenfassung
Returns the syntax for the specified tool or function.
Syntax
Usage (tool_name)
Parameter | Erläuterung | Datentyp |
tool_name |
The tool name to display the syntax. | String |
Datentyp | Erläuterung |
String |
Returns a string containing the specified tool's syntax. |
Codebeispiel
Usage example
Print specified tool's syntax.
import arcpy
print arcpy.Usage("Buffer_analysis")
print arcpy.Usage("MakeFeatureLayer_management")
Verwandte Themen
9/11/2013