// Initialize the ArcGIS Runtime before any components are created. try { ArcGISRuntime.SetLicense("runtimebasic,101,abc123456789,FGHGJFKDJGGHDJDKSJ"); ArcGISRuntime.Initialize(); } catch (Exception ex) { // Alert the user (you may not want to display the actual error message to the user) MessageBox.Show(ex.ToString()); // Exit application this.Shutdown(); }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.