This document is archived and information here might be outdated.  Recommended version.


IRowBuffer.Fields Property (ArcObjects .NET 10.4 SDK)
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

Export any network analysis class to a text file (Code Files: NAClassToTextfileCmd) | Curve conversion add-in (Code Files: CurveConversionDockWin) | ArcGIS Network Analyst extension Engine application (Code Files: frmMain) | ViperPin tool (Code Files: ViperPinForm) | Implementing an XML builder external component (Code Files: XMLDocImpl) | Implementing extended criteria for some predefined schematic rules (Code Files: ExpandLinks) | Multivariate renderer (Code Files: MultivariateRenderer) | Create a custom raster function (Code Files: WatermarkFunction) | Reducing schematic nodes and computing a cumulative attribute via a schematic rule (Code Files: NodeReductionRule) | Migrating from VB6 to VB .NET for ArcGIS 10 (Code Files: ButtonAddIn clscopy_table_sel clsCopyTableSelection)

.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