This document is archived and information here might be outdated. Recommended version. |
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*