This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo3 Interface > IImageServiceInfo3.HasRasterAttributeTable Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* pHasTable
);
[C++]
HRESULT put_HasRasterAttributeTable(
VARIANT_BOOL pHasTable
);
[C++]
Parameters pHasTable [out, retval] pHasTable is a parameter of type VARIANT_BOOL pHasTable [in] pHasTable is a parameter of type VARIANT_BOOL