Résumé
Returns a count of the parameter values for the specified tool. If the tool is contained in a custom toolbox, use ImportToolbox to access the custom tool.
Syntaxe
GetParameterCount (tool_name)
Paramètre | Explication | Type de données |
tool_name | The name of the tool for which the number of parameters will be returned. | String |
Type de données | Explication |
Integer | The number of parameters for the specified tool. |
Exemple de code
Returns the number of tool parameters.
import arcpy
# Returns 7
print(arcpy.GetParameterCount("Buffer_analysis"))
Rubriques connexes
Vous avez un commentaire à formuler concernant cette rubrique ?