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
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.