Public Function GetBandByName( _ ByVal name As String _ ) As RasterBand
public RasterBand GetBandByName( string name )
Parameters
- name
- Name of a band in this raster.
Return Value
The RasterBand from this raster based on the band name.
Public Function GetBandByName( _ ByVal name As String _ ) As RasterBand
public RasterBand GetBandByName( string name )
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)