Is there any documentation or samples that show how to create a Pro GP tool in .net. Documentation for Arcmap was rather spase and didn't cover .net, but there was a sample for a simple tool. I have not been able to find anything at all for Pro.
Solved! Go to Solution.
Hi @BerndtNording ,
Here is the pro sdk doco location for geoprocessing
https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Geoprocessing
And there are a few pro sdk community sample how to execute gptool from sdk .net.
If you want to create your own gptool, python toolbox, you need to create from ArcGIS pro first.
Here is the reference link.
And save your custom tool in a location, you can even call it from pro .net module.
Indeed, but nothing at all on authoring GP tools.
Hi @BerndtNording ,
Here is the pro sdk doco location for geoprocessing
https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Geoprocessing
And there are a few pro sdk community sample how to execute gptool from sdk .net.
If you want to create your own gptool, python toolbox, you need to create from ArcGIS pro first.
Here is the reference link.
And save your custom tool in a location, you can even call it from pro .net module.
Thank you for these links. So the short answer is that I cannot author GP Tools in .NET, and that any such tools have to be completely rewritten in Python.