about deleting features

360
1
04-10-2012 09:39 AM
GeorgeShi
New Contributor
Could you point me to any C# samples for feature editing especially for deleting features?
I have been away from ArcGIS engine/extension development for a while (Last version I used/developed based on ArcGIS Engine 9.2). Now there is Version 10 and new "runtime"....  Any suggestions on practical considerations are very appreciated.

thanks in advance!

George
0 Kudos
1 Reply
SebastianKrings
Occasional Contributor
Hi

you may use IFeatureEdtit.DeleteSet where you have to give a set of Rows (cast Features).
I think you also have to perform this within an edit session.
http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/DeleteSet_Method/0025000...

Sebastian
0 Kudos