Hi,
I have batch job in Arcobjects (10.6) to process Featureclasses using traditional versioning. Now as part platform migration from 10.6 to 10.9 environment, and changing traditional versioning to branch versioning. I won't be able use arcobjects to support the batch job to run. Is there any way to create console application using ArcGIS Pro SDK to process branch version data or only Arcpy is an option to achieve this?
Appreciate any suggestions to achieve this ?
Thanks,
Shamnas
Solved! Go to Solution.
Hi
Not so simple.
Most Pro SDK works only inside Pro. The only option in pro SDK is CoreHost, see here: https://github.com/esri/arcgis-pro-sdk/wiki/proconcepts-CoreHost
Other option is to use Python. Arcpy for Pro can run in stand alone application.
The ESRI solution for stand alone application is ArcGIS Runtime
Thanks Mody for the suggestion, I have chosen to use ArcPro SDK with CoreHost to convert the batch job
Hi @shamnasPC
How is your .Net console application conversion going to ArcPro SDK with CoreHost?
Hi
Not so simple.
Most Pro SDK works only inside Pro. The only option in pro SDK is CoreHost, see here: https://github.com/esri/arcgis-pro-sdk/wiki/proconcepts-CoreHost
Other option is to use Python. Arcpy for Pro can run in stand alone application.
The ESRI solution for stand alone application is ArcGIS Runtime
Thanks Mody for the suggestion, I have chosen to use ArcPro SDK with CoreHost to convert the batch job
Hi @shamnasPC
How is your .Net console application conversion going to ArcPro SDK with CoreHost?