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 > IRow Interface > IRow.Delete Method (ArcObjects .NET 10.5 SDK) |
Deletes the row.
[Visual Basic .NET]
Public Sub Delete ( _
)
[C#] public void Delete ( );
[C++]
HRESULT Delete(
void
);
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.