CatchmentAbstractUrbanEvaporationFromTimeSeries Property  | 
 
            True if evaporation is enabled, and an evaporation boundary has been defined.
            
            If set to false the initial recover rate is used during dry periods.
            Default: False
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool EvaporationFromTimeSeries { get; set; }Public Property EvaporationFromTimeSeries As Boolean
	Get
	Set
public:
virtual property bool EvaporationFromTimeSeries {
	bool get () sealed;
	void set (bool value) sealed;
}Property Value
Type: 
BooleanImplements
ICatchmentUrbanDataEvaporationFromTimeSeries
See Also