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


IGPSAWeightedOverlayTable.AddRecord 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.AddRecord Method
ArcGIS Developer Help

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