EMCDataADWPMinimal Property  | 
 
            When DWP between two consecutive runoff events is shorter than this value,
            EMC method will treat the two events as one event.
            Note: ADWP - Antecedent Dry Weather Period.
            Unit: [s]
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule.ModuleSWQ
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double ADWPMinimal { get; set; }Public Property ADWPMinimal As Double
	Get
	Set
public:
virtual property double ADWPMinimal {
	double get () sealed;
	void set (double value) sealed;
}Property Value
Type: 
DoubleImplements
IEMCDataADWPMinimal
See Also