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


IRenderedRaster.ForceRGB Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRenderedRaster Interface > IRenderedRaster.ForceRGB Property
ArcGIS Developer Help

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(
  Boolean* pForceRGB
);
[C++]
HRESULT put_ForceRGB(
  VARIANT_BOOL pForceRGB
);
[C++]
Parameters
pForceRGB [out, retval]

pForceRGB is a parameter of type bool* pForceRGB [in]
pForceRGB is a parameter of type bool

Product Availability

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

See Also

IRenderedRaster Interface