This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* BandIndex
);
[C++] Parameters BandIndex [in]
BandIndex is a parameter of type long BandIndex [out, retval]
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.