Hi all,
I'm looking for some guidance as to where to start looking for information on how to interact with ArcGIS Pro from our .WinForms Net application as there seems to be a lot of different SDKs but not sure where to start.
What I'm looking to do is implement the same functionality in ArcGIS Pro as we currently do with ArcMap 10.8.2.
Here is a summary of what we currently do in ArcMap 10.8.2:
- We launch ArcMap and get it to open a custom .mxd file which contains settings for a number of menu items and a toolbar we have embedded in ArcMap via the use of some c# assemblies that we created which make use of the ESRI ArcGIS framework (e.g. ESRI.ArcGIS.Framework.dll)
- We also send geospatial information from our .Net app (via a temporary file) which it then displays on a Data Layer using custom icons
- The toolbar has a number of commands (which derive from ESRI.ArcGIS.ADF.BaseClasses.BaseTool) which are used to perform actions on features on the map data layer.
- The menu items (which derive from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand) signal back to our application with the selected features via the use of a temporary file (our app monitors changes to the file)
So basically I'm looking to interact with ArcGIS Pro from our app and maybe hoping there is a better way of communicating than through the use of temporary files.
The closest thing I have found so far is the "ArcGIS Pro SDK for .NET" so maybe someone could advise whether this is the best way achieve the interaction between our app and ArcGIS Pro.
Thanks,
Chris