Click or drag to resize

LateralLinkSetSurfaceWaterLevel Method

Set surface water level and depth to all faces and propagate to all weirs

Namespace:  DHI.Mike1D.Engine.Couplings
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetSurfaceWaterLevel(
	double[] surfaceWaterLevels,
	double[] surfaceTotalWaterDepth
)

Parameters

surfaceWaterLevels
Type: SystemDouble

[Missing <param name="surfaceWaterLevels"/> documentation for "M:DHI.Mike1D.Engine.Couplings.LateralLink.SetSurfaceWaterLevel(System.Double[],System.Double[])"]

surfaceTotalWaterDepth
Type: SystemDouble

[Missing <param name="surfaceTotalWaterDepth"/> documentation for "M:DHI.Mike1D.Engine.Couplings.LateralLink.SetSurfaceWaterLevel(System.Double[],System.Double[])"]

See Also