ArcObjects Library Reference  (GeoDatabase)    

IRowEdit.DeleteSet Method

Deletes the set of rows.

[Visual Basic 6.0]
Sub DeleteSet(
    ByVal Rows As ISet _
)
[Visual Basic .NET]
Public Sub DeleteSet ( _
    ByVal Rows As ISet _
)
[C#]
public void DeleteSet (
    ISet Rows
);
[Java]
public void deleteSet (
    ISet Rows
)
throws
    IOException,
    AutomationException
[C++]
HRESULT DeleteSet(
  ISet* Rows
);
[C++]

Parameters

Rows [in]

  Rows 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

IRowEdit Interface

 


Feedback Send feedback on this page