Résumé
For a specified tool name, returns the default value of the desired parameter.
Syntaxe
GetParameterValue (tool_name, index)
Paramètre | Explication | Type de données |
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 |
Type de données | Explication |
String | Returns the default value of the specified parameter for the tool. |
Exemple de code
Returns the default value for specified tool parameter.
import arcpy
# Returns 'POLYGON'
print(arcpy.GetParameterValue("CreateFeatureClass_management", 2))
Rubriques connexes
Vous avez un commentaire à formuler concernant cette rubrique ?