Hello everybody,
I am in the middle of a project and I have a question regarding interactions between arcgis pro and Python.
I want to execute a tool with the progress dialog.
I already found the documentation for doing just that :
https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Geoprocessing#executing-a-tool-with-the-progress-dialog
My problem, is that i also want to display arcpy messages (I use arcpy.AddMessage function).
Is there a way to achieve that ?
Thanks,