ArcObjects Library Reference (DataSourcesRaster)  

IRasterBand.HasColormap Method

Indicates if this band has a colormap.

[Visual Basic .NET]
Public Sub HasColormap ( _
    ByRef b As Boolean _
)
[C#]
public void HasColormap (
    ref bool b
);
[C++]
HRESULT HasColormap(
  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