ArcObjects Library Reference (Carto)  

IRasterRGBRenderer.BlueBandIndex Property

Band to be represented in blue.

[Visual Basic .NET]
Public Property BlueBandIndex As Integer
[C#]
public int BlueBandIndex {get; set;}
[C++]
HRESULT get_BlueBandIndex(
  long* blueIndex
);
[C++]
HRESULT put_BlueBandIndex(
  long blueIndex
);
[C++]

Parameters

blueIndex [out, retval]   blueIndex is a parameter of type long blueIndex [in]   blueIndex is a parameter of type long

Product Availability

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

See Also

IRasterRGBRenderer Interface