IRasterValues.Item

IRasterValues indexer

Gets the band value as a double type.

public double this[int bandIndex] { get; }
ParameterDescription
bandIndexThe index of the band. Numbering starts from 0.

Return Value

The converted values.

Remarks

If band type is RawBits consider to use AsRawBits method to avoid exceptions.

See Also