GetParameterValue
Resumen
For a specified tool name, returns the default value of the desired parameter.
Sintaxis
GetParameterValue (tool_name, index)
Parámetro | Explicación | Tipo de datos |
tool_name |
The tool name for which the parameter default value will be returned. | String |
index |
Index position of the parameter in the specified tool's parameter list. | Integer |
Tipo de datos | Explicación |
String |
Returns the default value of the specified parameter for the tool. |
Ejemplo de código
GetParameterValue example
Returns the default value for specified tool parameter.
import arcpy # Returns 'POLYGON' arcpy.GetParameterValue("CreateFeatureClass_management", 2)
Temas relacionados
7/10/2012