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


IGPSAWeightedOverlayTable.SetValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAWeightedOverlayTable Interface > IGPSAWeightedOverlayTable.SetValue Method
ArcGIS Developer Help

IGPSAWeightedOverlayTable.SetValue Method

Sets a column value in the overlay table.

[Visual Basic .NET]
Public Sub SetValue ( _
    ByVal recordIndex As Integer, _
    ByVal columnIndex As Integer, _
    ByVal value As IGPValue _
)
[C#]
public void SetValue (
    int recordIndex,
    int columnIndex,
    IGPValue value
);
[C++]
HRESULT SetValue(
  long recordIndex,
  long columnIndex,
  IGPValue* value
);
[C++]
Parameters
recordIndex [in]

recordIndex is a parameter of type long columnIndex [in]
columnIndex is a parameter of type long value [in]
value is a parameter of type IGPValue*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSAWeightedOverlayTable Interface