ArcObjects Library Reference (DataSourcesRaster)  

IRasterBandCollection.BandIndex Property

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,
  long* BandIndex
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR BandIndex [out, retval]   BandIndex is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterBandCollection Interface