Click or drag to resize

CrossSectionExtensionsGetRiverBankLevels Method (ILocationSpan, ListICrossSection, ReachSide, Boolean)

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public static XYTable GetRiverBankLevels(
	ILocationSpan span,
	List<ICrossSection> css,
	ReachSide reachSide,
	bool lowflowBankCrest = false
)

Parameters

span
Type: DHI.Mike1D.GenericILocationSpan
css
Type: System.Collections.GenericListICrossSection
reachSide
Type: DHI.Mike1D.GenericReachSide
lowflowBankCrest (Optional)
Type: SystemBoolean

Return Value

Type: XYTable
See Also