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


IGPValueTable.SetValue Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPValueTable.SetValue Method

Sets the vlaue of the given row/column.

[Visual Basic .NET]
Public Sub SetValue ( _
    ByVal row As Integer, _
    ByVal col As Integer, _
    ByVal ppValue As IGPValue _
)
[C#]
public void SetValue (
    int row,
    int col,
    IGPValue ppValue
);
[C++]
HRESULT SetValue(
  long row,
  long col,
  IGPValue* ppValue
);
[C++]

Parameters row [in] row is a parameter of type long col [in] col is a parameter of type long ppValue [in]
ppValue is a parameter of type IGPValue

Product Availability

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

See Also

IGPValueTable Interface