ArcObjects Library Reference (DataSourcesRaster)  

IRasterBandColormap.HasColormap Method

Indicates if this band has a colormap.

[Visual Basic .NET]
Public Function HasColormap ( _
) As Boolean
[C#]
public bool HasColormap (
);
[C++]
HRESULT HasColormap(
  VARIANT_BOOL* b
);
[C++]

Parameters

b [out, retval]   b is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterBandColormap Interface