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.