CrossSectionExtensionsGetBankLevel Method

Get bank levels of cross section. If cross section is not open, or it has no markers, the top of the cross section is returned.

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static double GetBankLevel(
	ICrossSection cs,
	ReachSide reachSide,
	bool lowflowBankCrest = false
)

Parameters

cs  ICrossSection
Cross sections to get crest for
reachSide  ReachSide
Side of reach to get crest for
lowflowBankCrest  Boolean  (Optional)
Bool indicating if to return low-flow bank or levee-bank level. If true, but low-flow bank is not defined, the levee-bank level is returned

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.CrossSectionExtensions.GetBankLevel(DHI.Mike1D.CrossSectionModule.ICrossSection,DHI.Mike1D.Generic.ReachSide,System.Boolean)"]

See Also