Click or drag to resize

WeirLeveeInterpolateLeveeData Method

when the data of the chainages of the lateral link is faced against the external levee data, the later must be interpolated in order to match the former.

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 double InterpolateLeveeData(
	double normalizedLinkchainage
)

Parameters

normalizedLinkchainage
Type: SystemDouble
The lateral link chainages from the couple file enters normalized, ie, involving values between 0 and 1.0

Return Value

Type: Double
interpolated bed level
See Also