ArcObjects Library Reference (GeoDatabase)  

IRowBuffer.Fields Property

The fields Collection for this row buffer.

[Visual Basic .NET]
Public ReadOnly Property Fields As IFields
[C#]
public IFields Fields {get;}
[C++]
HRESULT get_Fields(
  IFields** Fields
);
[C++]

Parameters

Fields [out, retval]

  Fields is a parameter of type IFields

Product Availability

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

See Also

IRowBuffer Interface

.NET Samples

Closest facility application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ClosestFacility_GISServerAPIClass) | Create a custom raster function (Code Files: WatermarkFunction) | Curve conversion add-in (Code Files: CurveConversionDockWin) | Export any network analysis class to a text file (Code Files: NAClassToTextfileCmd) | Implementing an XML builder external component (Code Files: XMLDocImpl) | Implementing extended criteria for some predefined schematic rules (Code Files: ExpandLinks) | Migrating from VB6 to VB .NET for ArcGIS 10 (Code Files: ButtonAddIn clscopy_table_sel clsCopyTableSelection) | Multivariate renderer (Code Files: MultivariateRenderer) | Network Analyst Engine application (Code Files: frmMain) | Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files: Route_GISClientClass) | Route application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: Route_GISServerAPIClass) | Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ServiceArea_GISServerAPIClass) | ViperPin tool (Code Files: ViperPinForm) |

.NET Related Topics

How to load a raster dataset to the raster field in a feature class | Migrating VB6 to VB.NET for ArcGIS 10 |