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


IRasterBand.HasColormap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBand Interface > IRasterBand.HasColormap Method
ArcGIS Developer Help

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(
  Boolean* b
);
[C++]
Parameters
b [out]

b is a parameter of type bool*

Product Availability

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

See Also

IRasterBand Interface