ArcObjects Library Reference (DataSourcesRaster)  

IRasterBand.Colormap Property

The colormap of this raster band.

[Visual Basic .NET]
Public ReadOnly Property Colormap As IRasterColormap
[C#]
public IRasterColormap Colormap {get;}
[C++]
HRESULT get_Colormap(
  IRasterColormap** Colormap
);
[C++]

Parameters

Colormap [out, retval]

  Colormap is a parameter of type IRasterColormap

Product Availability

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

See Also

IRasterBand Interface

.NET Related Topics

DataSourcesRaster | How to add or remove a color map from a raster dataset | How to save and load color maps