Provides access to members used for getting and modifying a rows values and for getting the fields in the row.
A RowBuffer is a transient object that is capable of holding the state of a row but has no object identity. It is used primarily during data loading as the argument to the InsertRow method on an insert cursor. A RowBuffer is obtained from the Table::CreateRowBuffer method.
| Description | ||
|---|---|---|
![]() |
Fields | The fields Collection for this row buffer. |
![]() |
Value | The value of the field with the specified index. |
| 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. |
| RelQueryRow | A row defined by a join of the datasets in a RelQueryTable. |
| Row | ESRI Row. |
| RowBuffer | RowBuffer Object. |
| 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. |
| TemporalFeature (esriTrackingAnalyst) | Controls properties of the Temporal Feature object. |
| TopologyErrorFeature | ESRI Topology Error Feature. |
The IRowBuffer interface contains methods to access the state (the set of field values) for a row buffer. These methods take as argument the numeric index of the field to be accessed.