This document is archived and information here might be outdated. Recommended version. |
Indicates if a raster attribute table exists.
[Visual Basic .NET] Public Property HasRasterAttributeTable As Boolean
[C#] public bool HasRasterAttributeTable {get; set;}
[C++]
HRESULT get_HasRasterAttributeTable(
Boolean* pHasTable
);
[C++]
HRESULT put_HasRasterAttributeTable(
VARIANT_BOOL pHasTable
);
[C++]
Parameters pHasTable [out, retval]
pHasTable is a parameter of type bool* pHasTable [in]
pHasTable is a parameter of type bool