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


IGPSAWeightedOverlayTable.GetValue Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSAWeightedOverlayTable.GetValue Method

Returns a column value from the overlay table.

[Visual Basic .NET]
Public Function GetValue ( _
    ByVal recordIndex As Integer, _
    ByVal columnIndex As Integer _
) As IGPValue
[C#]
public IGPValue GetValue (
    int recordIndex,
    int columnIndex
);
[C++]
HRESULT GetValue(
  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 [out, retval]
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