ArcObjects Library Reference (Carto)  

IRasterLayerExport.Force2RGB Property

Indicates whether to force exported raster to be RGB.

[Visual Basic .NET]
Public WriteOnly Property Force2RGB
[C#]
public void Force2RGB {set;}
[C++]
HRESULT put_Force2RGB(
  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

IRasterLayerExport Interface