Click or drag to resize

RRHotstartCatchmentDataGetValue Method

Get value for quantity. The quantity item type must match, while the quantity id may differ up til 3 characters.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool GetValue(
	IQuantity quantity,
	out double value
)

Parameters

quantity
Type: DHI.Mike1D.GenericIQuantity
Quantity
value
Type: SystemDouble
Value for quantity

Return Value

Type: Boolean
True if value found, false if not
See Also