RasterLayer.GetValues

RasterLayer.GetValues method

Reads the values in the specified cell.

public IRasterValues GetValues(int cellX, int cellY)
ParameterTypeDescription
cellXInt32The value for column (x-coordinate). Numbering starts at 0.
cellYInt32The value for row (y-coordinate). Numbering starts at 0.

Return Value

The raster values.

See Also