EngineNodeVolumeGetStorageWidth Method |
Calculate the storage width for a 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 abstract double GetStorageWidth(
double waterLevel
)
Public MustOverride Function GetStorageWidth (
waterLevel As Double
) As Double
public:
virtual double GetStorageWidth(
double waterLevel
) abstract
Parameters
- waterLevel
- Type: SystemDouble
Water level in node
Return Value
Type:
DoubleStorage Width in node for given water level
See Also