Click or drag to resize

WeirLeveeReadExternalLeveeFile Method

M1D Reads the .txt file for the crest level (or bed level) used in the parametrization of the lateral links coupling between M21 and the river models (M11 or M1D).

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 ReadExternalLeveeFile(
	FileStream txtFileStream,
	ref List<double> chainages,
	ref List<double> bedLevels
)

Parameters

txtFileStream
Type: System.IOFileStream

[Missing <param name="txtFileStream"/> documentation for "M:DHI.Mike1D.Engine.Couplings.WeirLevee.ReadExternalLeveeFile(System.IO.FileStream,System.Collections.Generic.List{System.Double}@,System.Collections.Generic.List{System.Double}@)"]

chainages
Type: System.Collections.GenericListDouble
Chainages specifying the location of the bed levels
bedLevels
Type: System.Collections.GenericListDouble
Bed levels data to be used at the lateral link

Return Value

Type: 
See Also