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


IRowBuffer.Value Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRowBuffer Interface > IRowBuffer.Value Property
ArcGIS Developer Help

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

Closest facility solver Create a custom raster function Export any network analysis class to a text file Calculate area geoprocessing function tool Location-allocation solver Multivariate renderer ArcGIS Network Analyst extension Engine application Origin-destination cost matrix solver Extending the replication synchronization process RSS weather GraphicTracker RSS weather layer Implementing extended criteria for some predefined schematic rules Reducing schematic nodes and computing a cumulative attribute via a schematic rule Implementing an XML builder external component Service area solver Timestamper class extension ViperPin tool Vehicle routing problem solver