HDWaterLevelDepth Constructor (Boolean, Double) |
Create a water level/water depth initial condition.
Namespace:
DHI.Mike1D.HDParameterDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public HDWaterLevelDepth(
bool levelBased,
double levelDepth
)
Public Sub New (
levelBased As Boolean,
levelDepth As Double
)
public:
HDWaterLevelDepth(
bool levelBased,
double levelDepth
)
Parameters
- levelBased
- Type: SystemBoolean
True if water level, false if water depth - levelDepth
- Type: SystemDouble
Water level/depth
See Also