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


IRenderedRaster.ForceRGB Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRenderedRaster.ForceRGB Property

Indicates if RGB output is required (forced).

[Visual Basic .NET]
Public Property ForceRGB As Boolean
[C#]
public bool ForceRGB {get; set;}
[C++]
HRESULT get_ForceRGB(
  VARIANT_BOOL* pForceRGB
);
[C++]
HRESULT put_ForceRGB(
  VARIANT_BOOL pForceRGB
);
[C++]

Parameters pForceRGB [out, retval] pForceRGB is a parameter of type VARIANT_BOOL pForceRGB [in] pForceRGB is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRenderedRaster Interface