This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* pYes
);
[C++] Parameters pYes [in]
pYes is a parameter of type bool pYes [out, retval]
pYes is a parameter of type bool*