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


IRasterLayerExport.Force2RGB Property (ArcObjects .NET 10.4 SDK)
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