You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sindizzy edited this page Dec 30, 2020
·
4 revisions
This code demonstrates how to open an existing shapefile as a new feature set using the DotSpatial.Data library.
usingDotSpatial.Data;publicvoidOpeningFS(){//Pass in the file path for the standard shapefile that will be openedIFeatureSetfs=FeatureSet.Open("C:\\Temp\\roads.shp");}