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


IDEMosaicDataset2.DERasterAttributeTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDEMosaicDataset2 Interface > IDEMosaicDataset2.DERasterAttributeTable Property
ArcGIS Developer Help

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