EngineNodeBasinGetVolume Method (Double, Boolean) |
Calculate volume in node for given water level
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double GetVolume(
double waterLevel,
bool waterVolume
)
Public Function GetVolume (
waterLevel As Double,
waterVolume As Boolean
) As Double
public:
double GetVolume(
double waterLevel,
bool waterVolume
)
Parameters
- waterLevel
- Type: SystemDouble
Water level in node - waterVolume
- Type: SystemBoolean
Flag indicating if it is water volume (in case of poros materials) or total volume
Return Value
Type:
DoubleVolume in node for given water level
See Also