ArcObjects Library Reference (DataSourcesRaster)  

IDEMosaicDataset2.DERasterAttributeTable Property

The raster attribute table.

[Visual Basic .NET]
Public Property DERasterAttributeTable As IDETable
[C#]
public IDETable DERasterAttributeTable {get; set;}
[C++]
HRESULT get_DERasterAttributeTable(
  IDETable** ppTable
);
[C++]
HRESULT putref_DERasterAttributeTable(
  IDETable* ppTable
);
[C++]

Parameters

ppTable [out, retval]

  ppTable is a parameter of type IDETable

ppTable [in]

  ppTable is a parameter of type IDETable

Product Availability

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

See Also

IDEMosaicDataset2 Interface