Click or drag to resize

WeirLevee.ReadExternalLeveeFile Method

Namespace:  DHI.Mike1D.Engine.Couplings
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public void ReadExternalLeveeFile(
	FileStream txtFileStream,
	ref List<double> chainages,
	ref List<double> bedLevels
)

Parameters

txtFileStream
Type: System.IO.FileStream
chainages
Type: System.Collections.Generic.List<Double>
bedLevels
Type: System.Collections.Generic.List<Double>
See Also