public Raster CreateRaster( IReadOnlyList<int> bandIDs )
Public Function CreateRaster( _ ByVal bandIDs As IReadOnlyList(Of Integer) _ ) As Raster
Parameters
- bandIDs
- An integer array representing the list of band indices to use to create the Raster. For example, [0,1,2].
Return Value
The Raster created from this raster dataset.