This document is archived and information here might be outdated.  Recommended version.


IFeatureClassWrite.RemoveFeatures Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassWrite Interface > IFeatureClassWrite.RemoveFeatures Method
ArcGIS Developer Help

IFeatureClassWrite.RemoveFeatures Method

Deletes a set of features from the database, does not trigger OnDelete events.

[Visual Basic .NET]
Public Sub RemoveFeatures ( _
    ByVal features As ISet _
)
[C#]
public void RemoveFeatures (
    ISet features
);
[C++]
HRESULT RemoveFeatures(
  ISet* features
);
[C++]
Parameters
features [in]

features is a parameter of type ISet*

Product Availability

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

Remarks

All edits to features that participate in a Topology or Geometric Network must be performed within an edit session and bracketed within an edit operation.

See Also

IFeatureClassWrite Interface