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

Calculate area geoprocessing function tool (Code Files: CalculateAreaFunction) | Closest facility application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ClosestFacility_GISServerAPIClass) | Closest facility solver (Code Files: frmClosestFacilitySolver) | 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) | Extending the replication synchronization process (Code Files: RasterSyncWorkspaceExtension) | Implementing an XML builder external component (Code Files: XMLDocImpl) | Implementing extended criteria for some predefined schematic rules (Code Files: ExpandLinks) | Import signposts (Code Files: SignpostUtilities) | Location-allocation solver (Code Files: frmLocationAllocationSolver) | 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) | Origin-destination cost matrix solver (Code Files: frmODCostMatrixSolver) | 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) | RSS weather GraphicTracker (Code Files: RSSWeather) | RSS weather layer (Code Files: RSSWeatherLayerClass) | Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ServiceArea_GISServerAPIClass) | Service area solver (Code Files: frmServiceAreaSolver) | Simple point plug-in data source (Code Files: SimplePointCursor) | Timestamper class extension (Code Files: TimestampClassExtension) | Vehicle routing problem solver (Code Files: frmVRPSolver) | ViperPin tool (Code Files: ViperPinForm) |

.NET Related Topics

Updating features | Creating a plug-in data source | Creating class extensions | Creating features | DataSourcesRaster | 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 define a renderer for your layer | How to develop the SOE | 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 |