ArcObjects Library Reference  (GeoDatabase)    

IRow.Delete Method

Deletes the row.

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

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

IRow Interface

 


Feedback Send feedback on this page