Public Function GetBand( _ ByVal index As Integer _ ) As RasterBand
public RasterBand GetBand( int index )
Parameters
- index
- Index of a band in this raster.
Return Value
The RasterBand from this raster based on the band index.
Public Function GetBand( _ ByVal index As Integer _ ) As RasterBand
public RasterBand GetBand( int index )
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)