Numéro d’ID de bogue |
BUG-000088086 |
Envoi | June 3, 2015 |
Dernière modification | June 5, 2024 |
S’applique à | ArcGIS for Desktop |
Version trouvée | 10.3 |
Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.
Solution de contournement
Use Python's built-in help function and pass in the tool name that needs to be searched. The help is displayed in the main Python section.
Use Python's built-in function attribute __doc__ following the tool to show the documentation string. The help is displayed in the main Python section.
>>> arcpy.Buffer_analysis(
>>> help(arcpy.Buffer_analysis)
>>> print arcpy.Buffer_analysis.__doc__
Étapes pour reproduire
ID de bogue: BUG-000088086
Logiciel: