Usage (arcpy)
サマリ
Returns the syntax for the specified tool or function.
構文
Usage (tool_name)
パラメータ | 説明 | データ タイプ |
tool_name |
The tool name to display the syntax. | String |
データ タイプ | 説明 |
String |
Returns a string containing the specified tool's syntax. |
コードのサンプル
Usage example
Print specified tool's syntax.
import arcpy
print arcpy.Usage("Buffer_analysis")
print arcpy.Usage("MakeFeatureLayer_management")
関連トピック
9/14/2013