Provides access to setting and returning the default shape in the feature buffer.
| Description | ||
|---|---|---|
![]() |
Fields | The fields Collection for this row buffer. |
![]() |
Shape | The default shape in the feature buffer. |
![]() |
Value | The value of the field with the specified index. |
| Interfaces | Description |
|---|---|
| IRowBuffer | Provides access to members used for getting and modifying a rows values and for getting the fields in the row. |
| CoClasses and Classes | Description |
|---|---|
| AnnotationFeature (esriCarto) | An ESRI annotation feature. |
| 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. |
| NATraversalResultElement (esriNetworkAnalyst) | An individual element in a traversal result. |
| RasterCatalogItem | Raster Catalog Feature Class. |
| RelQueryRow | A row defined by a join of the datasets in a RelQueryTable. |
| 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 IFeatureBuffer interface is the same as IRowBuffer except it applies to feature buffers rather than row buffers. It is for use primarily with insert and update feature cursors.
IFeature Interface | IFeatureCursor Interface