Click or drag to resize

CrossSectionPointListCalculateLocalBottomLevel Method

Calculates the local bottom level for the coordinate, by interpolation.

In case more than one cross section line segment contains x, the first is returned.

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double CalculateLocalBottomLevel(
	double x
)

Parameters

x
Type: SystemDouble
Coordinate along cross section. Need not start at zero.

Return Value

Type: Double
Local bottom level
See Also