Quantcast
Viewing all articles
Browse latest Browse all 2341

New Post: Shapefile.EditClear() not clearing attribute table?

Hi All,

I am having a problem with EditClear. It clears the shapefile but appears to leave the attribute table intact. The code I'm using is below.

Many thanks,

Don
Shapefile sf = new Shapefile();
sf.Open(@"C:\mysf.shp", null);
sf.StartEditingShapes(true, callback);
sf.EditClear();
sf.StopEditingShapes(true, true, callback);

Viewing all articles
Browse latest Browse all 2341

Trending Articles



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