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


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

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(
  System.Int32* 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