This document is archived and information here might be outdated. Recommended version. |
The index of a RasterBand given its name.
[Visual Basic .NET]
Public Function get_BandIndex ( _
ByVal Name As String _
) As Integer
[C#]
public int get_BandIndex (
string Name
);
[C++]
HRESULT get_BandIndex(
BSTR Name,
System.Int32* BandIndex
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR BandIndex [out, retval]
BandIndex is a parameter of type long*