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


IRasterBandColormap.Colormap Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBandColormap Interface > IRasterBandColormap.Colormap Property
ArcGIS Developer Help

IRasterBandColormap.Colormap Property

The colormap of this raster band.

[Visual Basic .NET]
Public Property Colormap As IRasterColormap
[C#]
public IRasterColormap Colormap {get; set;}
[C++]
HRESULT get_Colormap(
  IRasterColormap** Colormap
);
[C++]
HRESULT put_Colormap(
  IRasterColormap* Colormap
);
[C++]
Parameters
Colormap [out, retval]

Colormap is a parameter of type IRasterColormap** Colormap [in]
Colormap is a parameter of type IRasterColormap*

Product Availability

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

See Also

IRasterBandColormap Interface