This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterRGBRenderer Interface > IRasterRGBRenderer.RedBandIndex Property (ArcObjects .NET 10.4 SDK) |
Band to be represented in red.
[Visual Basic .NET] Public Property RedBandIndex As Integer
[C#] public int RedBandIndex {get; set;}
[C++]
HRESULT get_RedBandIndex(
long* redIndex
);
[C++]
HRESULT put_RedBandIndex(
long redIndex
);
[C++]
Parameters redIndex [out, retval] redIndex is a parameter of type long redIndex [in] redIndex is a parameter of type long