RasterLayer.GetValuesDump

RasterLayer.GetValuesDump method

Reads the values in the specified block as a 1-dimension array.

public IRasterValues[] GetValuesDump(RasterRect rect)
ParameterTypeDescription
rectRasterRectBlock of raster cells where dump is read.

Return Value

The dump of values.

See Also