FeatureLayer ftrLayer = (get the feature layer from the map) ftrLayer.RemoveFeatures(map.GetFullExtent(), "1=1"); // also tried "objectid>0" ftrLayer.SaveEdits(ftrLayer.GetDataTable());
ftrLayer.CancelAllEdits(); ftrLayer.RemoveFeatures(map.GetFullExtent(), "1=1"); ftrLayer.SaveEdits();
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.