RRHotstartCatchmentDataGetValue Method

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

Definition

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

Parameters

quantity  IQuantity
Quantity
value  Double
Value for quantity

Return Value

Boolean
True if value found, false if not

See Also