Click or drag to resize

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.

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 double GetBankLevel(
	ICrossSection cs,
	ReachSide reachSide,
	bool lowflowBankCrest = false
)

Parameters

cs
Type: DHI.Mike1D.CrossSectionModuleICrossSection
Cross sections to get crest for
reachSide
Type: DHI.Mike1D.GenericReachSide
Side of reach to get crest for
lowflowBankCrest (Optional)
Type: SystemBoolean
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

Type: Double

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

See Also