HdrDataSet.Band Property
Gets or sets the raster band that should be read.
Syntax
public System.Int32 Band { get; set; }
Property Value
Default: 0
A zero-based number indicating the band to read.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Remarks
This property is useful only if the image contains more than one band. If several bands should be read, then create one dataset per band with different values for this property. The first band has number 0.
Platforms
Windows, Linux, Android