As a developer using the ArcGIS Pro SDK, I find myself often browsing through the online API reference. Even with my best internet connection, it takes 1-3 seconds for each page to appear. However, I am often working with a weak internet connection, and then I have to wait several seconds after each mouse click until the desired page appears. When I am exploring the API in the search of "some method that would fit my need", this is very tedious.
I come originally from the Java development. There, every API reference can be downloaded in a Zip file and then browsed on one's computer. I would expect the same level of comfort from Esri. Am I asking for too much?
PS: I tried mirroring the API reference with wget but somehow what wget downloaded was barely readable at the end.
Hi Christophe
You can download the the ArcGIS Pro SDK chm file and then use it on your computer.
From this page (https://github.com/Esri/arcgis-pro-sdk/releases ) scroll to the bottom of the ArcGIS Pro 1.4 SDK for .NET section and then click to download the ArcGISProAPIReference.chm file.
Thanks
Uma
ArcGIS Pro SDK Team