This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv8 Interface > IRasterDefaultsEnv8.UseBandSpectralInfoForRGBMapping Property (ArcObjects .NET 10.5 SDK) |
Indicates if the band's spectral information (if available) is to be used to determine the RGB mapping for rendering multi-band raster datasets.
[Visual Basic .NET] Public Property UseBandSpectralInfoForRGBMapping As Boolean
[C#] public bool UseBandSpectralInfoForRGBMapping {get; set;}
[C++]
HRESULT get_UseBandSpectralInfoForRGBMapping(
VARIANT_BOOL* pYes
);
[C++]
HRESULT put_UseBandSpectralInfoForRGBMapping(
VARIANT_BOOL pYes
);
[C++]
Parameters pYes [out, retval] pYes is a parameter of type VARIANT_BOOL pYes [in] pYes is a parameter of type VARIANT_BOOL