Dim GP As New ESRI.ArcGIS.Geoprocessor.Geoprocessor Dim P2L As New ESRI.ArcGIS.DataManagementTools.PointsToLine Try P2L.Input_Features = "C:\Users\ken.buja\Documents\ArcGIS\Default.gdb\PointTest" P2L.Output_Feature_Class = "C:\Users\ken.buja\Documents\ArcGIS\Default.gdb\P2LTest" GP.Execute(P2L, Nothing) Catch ex As Exception System.Windows.Forms.MessageBox.Show(ex.ToString) End Try
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.