RasterLayer.GetValues

RasterLayer.GetValues method

Leest de waarden in de opgegeven cel.

public IRasterValues GetValues(int cellX, int cellY)
ParameterTypeBeschrijving
cellXInt32De waarde voor kolom (x-coördinaat). De nummering begint bij 0.
cellYInt32De waarde voor rij (y-coördinaat). De nummering begint bij 0.

Winstwaarde

De rasterwaarden.

Zie ook