Click or drag to resize

WeirLeveeReadExternalLeveeFile 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.IOFileStream
chainages
Type: System.Collections.GenericListDouble
bedLevels
Type: System.Collections.GenericListDouble
See Also