// 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(); }
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.