This document is archived and information here might be outdated. Recommended version. |
The raster value attribute table.
[Visual Basic .NET] Public Property AttributeTable As ITable
[C#] public ITable AttributeTable {get; set;}
[C++]
HRESULT get_AttributeTable(
ITable** ppVAT
);
[C++]
HRESULT putref_AttributeTable(
ITable* ppVAT
);
[C++] Parameters ppVAT [out, retval]
ppVAT is a parameter of type ITable** ppVAT [in]
ppVAT is a parameter of type ITable*