This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterStretchColorRampRenderer Interface > IRasterStretchColorRampRenderer.BandIndex Property (ArcObjects .NET 10.4 SDK) |
Index of the band to be rendered.
[Visual Basic .NET] Public Property BandIndex As Integer
[C#] public int BandIndex {get; set;}
[C++]
HRESULT get_BandIndex(
long* BandIndex
);
[C++]
HRESULT put_BandIndex(
long BandIndex
);
[C++]
Parameters BandIndex [out, retval] BandIndex is a parameter of type long BandIndex [in] BandIndex is a parameter of type long
The BandIndex property specifies the band in the raster dataset to be drawn. For single-band data, this should be 0, but with multiband data any band may be selected.