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


IImageServerInit3.ColormapToRGB Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerInit3 Interface > IImageServerInit3.ColormapToRGB Property
ArcGIS Developer Help

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 bool

Product Availability

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

See Also

IImageServerInit3 Interface