Hi
I'm quite new in Arcgis Pro SDK. I'm trying to develop a ribbon with a button that calls a script tool. Is that possible?
Solved! Go to Solution.
I've figured out how to overcome this problem.
In the onClick event I add the event of Pin and UnPin of the geoprocessing pane.
Hi, yes it is possible. Some resources:
Concept doc and snippets: https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Geoprocessing#executing-model-and-script-too...
Sample: https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Geoprocessing/CallScriptFromNet
More getting started resources found here: https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Migrating-to-ArcGIS-Pro
thz a lot!
Hi,
I've a last question.
I found that the method i was looking for is "OpenToolDialog", but i've noticed that the tool script doesn't load the first time if the geoprocessing pane isn't opened (ONLY THE FIRST TIME THERE'S THIS BUG). Do you have some suggestion?
I've figured out how to overcome this problem.
In the onClick event I add the event of Pin and UnPin of the geoprocessing pane.