ArcObjects Library Reference  (GeoDatabase)    

IRowEdit Interface

Implement this interface to customize object editing.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method DeleteSet Deletes the set of rows.

CoClasses that implement IRowEdit

CoClasses and Classes Description
AnnotationFeature (esriCarto) An ESRI annotation feature.
AttributedRelationship ESRI Attributed Relationship.
ComplexEdgeFeature ESRI Complex edge geometric network feature.
ComplexJunctionFeature ESRI Complex junction geometric network feature.
CoverageAnnotationFeature ESRI Coverage Annotation Feature.
DimensionFeature (esriCarto) ESRI Dimension Feature class.
Feature ESRI Feature.
GeocodedFeature (esriLocation) A feature created by a locator.
NALocationFeature (esriNetworkAnalyst) A network location which can be used like feature a row.
NALocationObject (esriNetworkAnalyst) A network location which can be used like a row.
NATraversalResultElement (esriNetworkAnalyst) An individual element in a traversal result.
Object ESRI Object.
RasterCatalogItem Raster Catalog Feature Class.
Row ESRI Row.
SchematicDiagram (esriSchematic) Schematic diagram object.
SchematicDrawing (esriSchematic) Schematic drawing object.
SchematicLink (esriSchematic) Schematic link object.
SchematicNode (esriSchematic) Schematic node object.
SchematicNodeOnLink (esriSchematic) Schematic node-on-link object.
SchematicSubLink (esriSchematic) Schematic sublink object.
SimpleEdgeFeature ESRI Geometric network edge feature.
SimpleJunctionFeature ESRI Geometric network simple junction feature.
TopologyErrorFeature ESRI Topology Error Feature.

Remarks

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 picked and the DeleteSet method is invoked on the picked row passing the entire set (including the picked row) 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.

 


Feedback Send feedback on this page