|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRowEdit
Provides access to members implemented to customize object editing.
The IRowEdit interface contains additional methods to edit row objects.
The DeleteSet method can be used to delete a set of rows from a Table. The application program is responsible for collecting the set of row objects to be deleted into a Set object. A single member of the set is then arbitrarily chosen and the DeleteSet method is invoked on that row, passing the entire set (including the row itself) as argument.
It is more efficient to call this method once rather than calling the Delete method multiple times when the deleted row objects participate in relationships that need to be automatically deleted.
Method Summary | |
---|---|
void |
deleteSet(ISet rows)
Deletes the set of rows. |
Method Detail |
---|
void deleteSet(ISet rows) throws IOException, AutomationException
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.
rows
- A reference to a com.esri.arcgis.system.ISet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |