Click or drag to resize

CatchmentTimeValueGetter Method (IQuantity, IQuantity)

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 DDoubleTimeGetter TimeValueGetter(
	IQuantity quantity,
	out IQuantity actualQuantity
)

Parameters

quantity
Type: DHI.Mike1D.GenericIQuantity
Requested Quantity
actualQuantity
Type: DHI.Mike1D.GenericIQuantity
Actual Quantity. Can differ in the description

Return Value

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

Implements

IDoubleTimeProxyTimeValueGetter(IQuantity, IQuantity)
See Also