ArcObjects Library Reference (DataSourcesRaster)  

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

.NET Related Topics

DataSourcesRaster | How to create a raster unique value renderer