This document is archived and information here might be outdated. Recommended version. |
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*