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


IRasterBand.HasTable Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterBand.HasTable Method

Indicates if this band has an attribute table.

[Visual Basic .NET]
Public Sub HasTable ( _
    ByRef b As Boolean _
)
[C#]
public void HasTable (
    ref bool b
);
[C++]
HRESULT HasTable(
  VARIANT_BOOL* b
);
[C++]

Parameters b [out] b is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterBand Interface

.NET Samples

Create a custom default raster catalog renderer (Code Files: CustomRasterCatalogRenderer_VBNET)