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


IRasterRGBRenderer.UseRedBand Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterRGBRenderer.UseRedBand Property

Indicates if the red band is used.

[Visual Basic .NET]
Public Property UseRedBand As Boolean
[C#]
public bool UseRedBand {get; set;}
[C++]
HRESULT get_UseRedBand(
  VARIANT_BOOL* bBand
);
[C++]
HRESULT put_UseRedBand(
  VARIANT_BOOL bBand
);
[C++]

Parameters bBand [out, retval] bBand is a parameter of type VARIANT_BOOL bBand [in] bBand is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterRGBRenderer Interface