License level for ArcGIS runtime classes

656
2
03-01-2018 02:05 AM
matuskajba
New Contributor II

Hi all,
I am quite confused about licensing arcgis runtime for .net. Here
are list of classes/methods that are available for particular license level (basic, standard...). That's clear. But what about classes that are not mentioned there and are part of the api? For isntance OfflineMapTask? Are they accessible for every license level? Or how can I know, that I can use a class that is not in mentioned list for certain license level?

0 Kudos
2 Replies
dotMorten_esri
Esri Notable Contributor

The easiest way to check is to use the output window. The native library will write messages to the output window when using a dev-license and you hit functionality that requires licensing. However since these are written out by the native portion of the runtime, you'll need to go into project settings and turn on native debugging in the Debug tab.

0 Kudos
matuskajba
New Contributor II

Thank you very much. That should do the job.

0 Kudos