IRasterValues.GetDataType

IRasterValues.GetDataType method

Gets type of values.

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

Return Value

The type of values.

See Also