This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAWeightedOverlayTable Interface > IGPSAWeightedOverlayTable.AddRecord Method (ArcObjects .NET 10.5 SDK) |
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