Quantcast
Channel: DotSpatial
Viewing all articles
Browse latest Browse all 3973

Updated Wiki: OpeningVB

$
0
0

This code demonstrates how to open an existing shapefile as a new feature set using the DotSpatial.Data library.

Imports System.Windows.Forms
Imports DotSpatial.Data

PrivateSub button1_Click(sender AsObject, e As EventArgs)
	' Pass in the file path for the standard shapefile that will be openedDim fs As IFeatureSet = FeatureSet.Open("C:\\Temp\\roads.shp")
EndSub

Viewing all articles
Browse latest Browse all 3973

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>