This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRaster2 Interface > IRaster2.AttributeTable Property (ArcObjects .NET 10.5 SDK) |
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