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


IGPSAWeightedOverlayTable.AddRecord Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSAWeightedOverlayTable.AddRecord Method

Adds a record to the overlay table.

[Visual Basic .NET]
Public Sub AddRecord ( _
    ByVal pRaster As IGPValue, _
    ByVal pField As IGPValue _
)
[C#]
public void AddRecord (
    IGPValue pRaster,
    IGPValue pField
);
[C++]
HRESULT AddRecord(
  IGPValue* pRaster,
  IGPValue* pField
);
[C++]

Parameters pRaster [in]
pRaster is a parameter of type IGPValue pField [in]
pField 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