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


IRasterBand.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 > IRasterBand Interface > IRasterBand.AttributeTable Property
ArcGIS Developer Help

IRasterBand.AttributeTable Property

The attribute table of this raster band.

[Visual Basic .NET]
Public ReadOnly Property AttributeTable As ITable
[C#]
public ITable AttributeTable {get;}
[C++]
HRESULT get_AttributeTable(
  ITable** Table
);
[C++]
Parameters
Table [out, retval]

Table is a parameter of type ITable**

Product Availability

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

See Also

IRasterBand Interface