This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterRGBRenderer Interface > IRasterRGBRenderer.BlueBandIndex Property (ArcObjects .NET 10.5 SDK) |
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