CatchmentSurfaceUseReverseDraining Property |
Note: This API is now obsolete.
Revert to old draining order. Set to true to
drain in same order as in MOUSE engine.
Reverse draining drains in order: wetting, storage, depth.
Hence, when storages are full, wetting and storage will
be drained and not depth, depth will be higher and give more runoff.
This is visible in low-flow conditions.
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax [ObsoleteAttribute("For backwards compatibility. Will be removed in future versions")]
public bool UseReverseDraining { get; set; }
<ObsoleteAttribute("For backwards compatibility. Will be removed in future versions")>
Public Property UseReverseDraining As Boolean
Get
Set
public:
[ObsoleteAttribute(L"For backwards compatibility. Will be removed in future versions")]
property bool UseReverseDraining {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also