VegetativeSwaleSwaleDepth Method |
Get depth water in swale for a given volume
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 SwaleDepth(
double volume
)
Public Function SwaleDepth (
volume As Double
) As Double
public:
double SwaleDepth(
double volume
)
Parameters
- volume
- Type: SystemDouble
Volume to calculate depth for. Must be less than volume of full swale
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.LID.VegetativeSwale.SwaleDepth(System.Double)"]
See Also