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