Click or drag to resize

CrossSectionExtensions.GetRiverBankLevels Method (ILocationSpan, List<ICrossSection>, ReachSide, Boolean)

Get bank levels of cross sections inside span.

The css can contain only one cross section before start-chainage of span and only one cross section after end-chainage of span, to be used for interpolation.

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

Parameters

span
Type: DHI.Mike1D.Generic.ILocationSpan
Span to get crest levels for
css
Type: System.Collections.Generic.List<ICrossSection>
List of cross sections covering the span
reachSide
Type: DHI.Mike1D.Generic.ReachSide
Side of reach to get crest for
lowflowBankCrest (Optional)
Type: System.Boolean
Bool indicating if crest is defined as low-flow bank or levee-bank

Return Value

Type: XYTable
Crest level table, chainages and crest levels
See Also