LIDBaseFractionOfLIDFlowToRoute Property |
Fraction of runoff flow from the LIDs that are routed by the catchment.
The remainder will be added directly to the catchment runoff (not routed).
The different catchment types may treat this differently.
Default value: 1.
Unit: [fraction]
Namespace:
DHI.Mike1D.RainfallRunoffModule.LID
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double FractionOfLIDFlowToRoute { get; set; }
Public Property FractionOfLIDFlowToRoute As Double
Get
Set
public:
virtual property double FractionOfLIDFlowToRoute {
double get () sealed;
void set (double value) sealed;
}
Property Value
Type:
DoubleSee Also