IRasterValues.EqualsNoData

IRasterValues.EqualsNoData method

Checks if the value represents background or ’no data’ in the specified band.

public bool EqualsNoData(int bandIndex = 0)
ParameterTypeDescription
bandIndexInt32The index of the band. Numbering starts from 0.

Return Value

Return ’true’ if represents background or ’no data'.

See Also