public RasterBand GetBandByName( string name )
Public Function GetBandByName( _ ByVal name As String _ ) As RasterBand
Parameters
- name
- Name of a band in this raster dataset.
Return Value
The RasterBand from this raster dataset based on the band name.