Click or drag to resize

LateralLinkStructureGetM1DCrestLevel Method

Gets the crest level (mark 1 or mark 3) from the cross section data of a river model node, if it exists, interpolating the values of the closest available x-section data.

Namespace:  DHI.Mike1D.Engine.Couplings
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static double GetM1DCrestLevel(
	ReachSide sideOfRiver,
	EngineReaches linkReaches,
	double chainage,
	CrossSectionData crossSections,
	bool lowflowBankCrest = false
)

Parameters

sideOfRiver
Type: DHI.Mike1D.GenericReachSide

[Missing <param name="sideOfRiver"/> documentation for "M:DHI.Mike1D.Engine.Couplings.LateralLinkStructure.GetM1DCrestLevel(DHI.Mike1D.Generic.ReachSide,DHI.Mike1D.Engine.EngineReaches,System.Double,DHI.Mike1D.CrossSectionModule.CrossSectionData,System.Boolean)"]

linkReaches
Type: DHI.Mike1D.EngineEngineReaches

[Missing <param name="linkReaches"/> documentation for "M:DHI.Mike1D.Engine.Couplings.LateralLinkStructure.GetM1DCrestLevel(DHI.Mike1D.Generic.ReachSide,DHI.Mike1D.Engine.EngineReaches,System.Double,DHI.Mike1D.CrossSectionModule.CrossSectionData,System.Boolean)"]

chainage
Type: SystemDouble

[Missing <param name="chainage"/> documentation for "M:DHI.Mike1D.Engine.Couplings.LateralLinkStructure.GetM1DCrestLevel(DHI.Mike1D.Generic.ReachSide,DHI.Mike1D.Engine.EngineReaches,System.Double,DHI.Mike1D.CrossSectionModule.CrossSectionData,System.Boolean)"]

crossSections
Type: DHI.Mike1D.CrossSectionModuleCrossSectionData

[Missing <param name="crossSections"/> documentation for "M:DHI.Mike1D.Engine.Couplings.LateralLinkStructure.GetM1DCrestLevel(DHI.Mike1D.Generic.ReachSide,DHI.Mike1D.Engine.EngineReaches,System.Double,DHI.Mike1D.CrossSectionModule.CrossSectionData,System.Boolean)"]

lowflowBankCrest (Optional)
Type: SystemBoolean

[Missing <param name="lowflowBankCrest"/> documentation for "M:DHI.Mike1D.Engine.Couplings.LateralLinkStructure.GetM1DCrestLevel(DHI.Mike1D.Generic.ReachSide,DHI.Mike1D.Engine.EngineReaches,System.Double,DHI.Mike1D.CrossSectionModule.CrossSectionData,System.Boolean)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.Couplings.LateralLinkStructure.GetM1DCrestLevel(DHI.Mike1D.Generic.ReachSide,DHI.Mike1D.Engine.EngineReaches,System.Double,DHI.Mike1D.CrossSectionModule.CrossSectionData,System.Boolean)"]

See Also