ArcObjects Library Reference  (GeoDatabase)    

IFeatureCursor.DeleteFeature Method

Delete the existing Feature in the database corresponding to the current position of the cursor.

[Visual Basic 6.0]
Sub DeleteFeature
[Visual Basic .NET]
Public Sub DeleteFeature ( _
)
[C#]
public void DeleteFeature (
);
[Java]
public void deleteFeature (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT DeleteFeature(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The cursor must be initialized to a feature (with the NextFeature() method) before this method can be successfully called.

See Also

IFeatureCursor Interface

 


Feedback Send feedback on this page