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)
Syntaxpublic bool GetValue(
	IQuantity quantity,
	out double value
)
Public Function GetValue ( 
	quantity As IQuantity,
	<OutAttribute> ByRef value As Double
) As Boolean
public:
bool GetValue(
	IQuantity^ quantity, 
	[OutAttribute] double% value
)
Parameters
- quantity
 - Type: DHI.Mike1D.GenericIQuantity
Quantity - value
 - Type: SystemDouble
Value for quantity 
Return Value
Type: 
BooleanTrue if value found, false if not
See Also