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


IRaster2.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 > IRaster2 Interface > IRaster2.Colormap Property
ArcGIS Developer Help

IRaster2.Colormap Property

The colormap.

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

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

Product Availability

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

See Also

IRaster2 Interface