ArcObjects Library Reference (Carto)  

IImageServerInit3.ColormapToRGB Property

Indicates if a colormap image is to be converted to RGB.

[Visual Basic .NET]
Public WriteOnly Property ColormapToRGB
[C#]
public void ColormapToRGB {set;}
[C++]
HRESULT put_ColormapToRGB(
  VARIANT_BOOL 
);
[C++]

Parameters

[in]    is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IImageServerInit3 Interface