Returns true of waterLevel is inside the cover
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool InCover(
double waterLevel
)
Public Function InCover (
waterLevel As Double
) As Boolean
public:
bool InCover(
double waterLevel
)
Parameters
- waterLevel
- Type: SystemDouble
[Missing <param name="waterLevel"/> documentation for "M:DHI.Mike1D.Engine.NodeCover.InCover(System.Double)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:DHI.Mike1D.Engine.NodeCover.InCover(System.Double)"]
See Also