CrossSectionExtensionsGetRiverBankLevels Method (ILocationSpan, ListICrossSection, 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
)
Public Shared Function GetRiverBankLevels (
span As ILocationSpan,
css As List(Of ICrossSection),
reachSide As ReachSide,
Optional lowflowBankCrest As Boolean = false
) As XYTable
public:
static XYTable^ GetRiverBankLevels(
ILocationSpan^ span,
List<ICrossSection^>^ css,
ReachSide reachSide,
bool lowflowBankCrest = false
)
Parameters
- span
- Type: DHI.Mike1D.GenericILocationSpan
Span to get crest levels for - css
- Type: System.Collections.GenericListICrossSection
List of cross sections covering the span - reachSide
- Type: DHI.Mike1D.GenericReachSide
Side of reach to get crest for - lowflowBankCrest (Optional)
- Type: SystemBoolean
Bool indicating if crest is defined as low-flow bank or levee-bank
Return Value
Type:
XYTableCrest level table, chainages and crest levels
See Also