This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRenderedRaster Interface > IRenderedRaster.ForceRGB Property (ArcObjects .NET 10.4 SDK) |
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