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


IRowBuffer.Value Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRowBuffer.Value Property

The value of the field with the specified index.

[Visual Basic .NET]
Public Function get_Value ( _
    ByVal Index As Integer _
) As Object
[Visual Basic .NET]
Public Sub set_Value ( _
    ByVal Index As Integer, _
    ByVal Value As Object _
)
[C#]
public object get_Value (
    int Index
);
[C#]
public void set_Value (
    int Index,
    object Value
);
[C++]
HRESULT get_Value(
  long Index,
  VARIANT* Value
);
[C++]
HRESULT put_Value(
  long Index,
  VARIANT Value
);
[C++]

Parameters Index [in] Index is a parameter of type long Value [out, retval] Value is a parameter of type VARIANT Index [in] Index is a parameter of type long Value [in] Value is a parameter of type VARIANT

Product Availability

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

Remarks

The Index parameter is a zero based index.

See Also

IRowBuffer Interface

.NET Samples

Export any network analysis class to a text file (Code Files: NAClassToTextfileCmd) | Closest facility solver (Code Files: frmClosestFacilitySolver) | Curve conversion add-in (Code Files: CurveConversionDockWin) | ArcGIS Network Analyst extension Engine application (Code Files: frmMain) | Service area solver (Code Files: frmServiceAreaSolver) | ViperPin tool (Code Files: ViperPinForm) | Location-allocation solver (Code Files: frmLocationAllocationSolver) | Vehicle routing problem solver (Code Files: frmVRPSolver) | Origin-destination cost matrix solver (Code Files: frmODCostMatrixSolver) | Implementing an XML builder external component (Code Files: XMLDocImpl) | Extending the replication synchronization process (Code Files: RasterSyncWorkspaceExtension) | Implementing extended criteria for some predefined schematic rules (Code Files: ExpandLinks) | Calculate area geoprocessing function tool (Code Files: CalculateAreaFunction) | RSS weather GraphicTracker (Code Files: RSSWeather) | RSS weather layer (Code Files: RSSWeatherLayerClass) | Timestamper class extension (Code Files: TimestampClassExtension) | 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

Updating features | Creating a plug-in data source | Creating class extensions | Creating features | DataSourcesRaster | Defining a renderer for a layer | Executing spatial queries | Geodatabase | Geodatabase API best practices | How to create a raster unique value renderer | How to create graph series with different color types | How to load a raster dataset to the raster field in a feature class | Joining data | Listening to object class events | Migrating VB6 to VB.NET for ArcGIS 10 | Obtaining changes made in the current edit session | Querying geodatabase tables | Sorting tables | Updating attributes of existing features | Working with geodatabase rules