-
Notifications
You must be signed in to change notification settings - Fork 0
RowsVB
sindizzy edited this page Dec 23, 2020
·
3 revisions
Imports System.Windows.Forms
Imports DotSpatial.Data
Private Sub button1_Click(sender As Object, e As EventArgs)
Dim fs As New FeatureSet()
fs.FillAttributes()
fs.Open("C:\Temp\roads.shp")
Dim numRows As Double = fs.NumRows()
End Sub