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


IGPValueTable.GetValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPValueTable Interface > IGPValueTable.GetValue Method
ArcGIS Developer Help

IGPValueTable.GetValue Method

Returns the value of the given row/column.

[Visual Basic .NET]
Public Function GetValue ( _
    ByVal row As Integer, _
    ByVal col As Integer _
) As IGPValue
[C#]
public IGPValue GetValue (
    int row,
    int col
);
[C++]
HRESULT GetValue(
  long row,
  long col
);
[C++]
Parameters
row [in]

row is a parameter of type long col [in]
col is a parameter of type long

Product Availability

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

See Also

IGPValueTable Interface