ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv8.UseBandSpectralInfoForRGBMapping Property

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

Product Availability

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

See Also

IRasterDefaultsEnv8 Interface