Delegate RasterReadExpression

RasterReadExpression delegate

Represents a delegate, which is reading expression.

public delegate void RasterReadExpression(RasterExpressionContext context, 
    IRasterValues rasterValues);
ParameterTypeDescription
contextRasterExpressionContextThe value context.
rasterValuesIRasterValuesThe read values.

See Also