ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.Desktop)
Private Sub MyApplication_Startup(ByVal sender As Object, ByVal e As Microsoft.VisualBasic.ApplicationServices.StartupEventArgs) Handles Me.Startup ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.Desktop) Dim aoi As AoInitialize = New AoInitializeClass() Dim productCode As esriLicenseProductCode = esriLicenseProductCode.esriLicenseProductCodeArcView If aoi.IsProductCodeAvailable(productCode) = esriLicenseStatus.esriLicenseAvailable Then aoi.Initialize(productCode) End If End Sub
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.