ArcObjects Library Reference (Carto)  

IRasterRGBRenderer.UseBlueBand Property

Indicates if the blue band is used.

[Visual Basic .NET]
Public Property UseBlueBand As Boolean
[C#]
public bool UseBlueBand {get; set;}
[C++]
HRESULT get_UseBlueBand(
  VARIANT_BOOL* bBand
);
[C++]
HRESULT put_UseBlueBand(
  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