This document is archived and information here might be outdated.  Recommended version.


IRaster2.AttributeTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRaster2 Interface > IRaster2.AttributeTable Property
ArcGIS Developer Help

IRaster2.AttributeTable Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRaster2 Interface