ArcObjects Library Reference (Carto)  

IImageServiceInfo3.Colormap Property

The raster colormap.

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

Parameters

ppColormap [out, retval]

  ppColormap is a parameter of type IRasterColormap

Product Availability

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

See Also

IImageServiceInfo3 Interface