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
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.