This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRowEdit Interface > IRowEdit.DeleteSet Method (ArcObjects .NET 10.5 SDK) |
Deletes the set of rows.
[Visual Basic .NET] Public Sub DeleteSet ( _ ByVal Rows As ISet _ )
[C#] public void DeleteSet ( ISet Rows );
[C++]
HRESULT DeleteSet(
ISet* Rows
);
[C++]
Parameters Rows [in]
Rows is a parameter of type ISet
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.