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


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

IRasterInfo2.AttributeTable Property

The raster attribute table.

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

ppTable is a parameter of type ITable** ppTable [in]
ppTable is a parameter of type ITable*

Product Availability

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

See Also

IRasterInfo2 Interface