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


IImageServiceInfo3.HasRasterAttributeTable Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServiceInfo3.HasRasterAttributeTable Property

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

Product Availability

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

See Also

IImageServiceInfo3 Interface