Click or drag to resize

CatchmentNamTimeValueGetterRR Method

Get value setter for the specified data quantity

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public override DDoubleTimeGetter TimeValueGetterRR(
	IQuantity quantity,
	out IQuantity actualQuantity
)

Parameters

quantity
Type: DHI.Mike1D.GenericIQuantity
Requested Quantity
actualQuantity
Type: DHI.Mike1D.GenericIQuantity
Actual quantity, may differ in description

Return Value

Type: DDoubleTimeGetter
A value getter delegate that can set the value
See Also