Hello everybody,
I am currently doing research for my master thesis in GIS. At the moment I am looking into the possibilites of creating an interface to ArcGIS to retreive data from ArcGIS Pro projects using the many different APIs ESRI offers.
Using the ArcGIS API for python I was able to establish an interface which is able to access all the data that is currently present in the project.
Now I have stumbled across the Runtime API for .NET, but since I am basically new to .NET (using C#) two questions arise:
1. Is it even possible to establish such an interface using .NET API (reading through the description of the API it looks like it should be possible, but the description focuses more on map visualization for desktop or mobile apps).
2. Do I always have to specify an API Key to use the Runtime API?
Maybe the answers to my questions are very obvious, but i still thought I'd give it a shot and ask here.
Many thanks in advance!