This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicRaster Interface > IMosaicRaster.Colormap Property (ArcObjects .NET 10.5 SDK) |
The colormap to be used.
[Visual Basic .NET] Public Property Colormap As IRasterColormap
[C#] public IRasterColormap Colormap {get; set;}
[C++]
HRESULT get_Colormap(
IRasterColormap** ppColormap
);
[C++]
HRESULT put_Colormap(
IRasterColormap* ppColormap
);
[C++]
Parameters ppColormap [out, retval]
ppColormap is a parameter of type IRasterColormap ppColormap [in]
ppColormap is a parameter of type IRasterColormap