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


IRasterRGBRenderer.BlueBandIndex Property (ArcObjects .NET 10.5 SDK)
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