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


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

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(
  Boolean* pYes
);
[C++]
Parameters
pYes [in]

pYes is a parameter of type bool pYes [out, retval]
pYes is a parameter of type bool*

Product Availability

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

See Also

IRasterDefaultsEnv8 Interface