CatchmentAbstractUrbanGlobalDryDepthLimit Property  | 
 
            Dry depth used for switching Horton's mode between dry and wet
            in Kinematic Wave model when InfiltrationAfterRain == true.
            In this case the switching to regeneration of infiltration capacity
            is controlled by a low limit of the water depth on the surface.
            Unit: [m]
            Default: 1e-6
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double GlobalDryDepthLimit { get; set; }Public Property GlobalDryDepthLimit As Double
	Get
	Set
public:
virtual property double GlobalDryDepthLimit {
	double get () sealed;
	void set (double value) sealed;
}Property Value
Type: 
DoubleImplements
ICatchmentUrbanDataGlobalDryDepthLimit
See Also