CouplingsUtilSetWeirCrestLevel Method  | 
 
            Set crest level of weir
            
 
    Namespace: 
   DHI.Mike1D.Engine.Couplings
    Assembly:
   DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static void SetWeirCrestLevel(
	IStructure weirStructure,
	double crestLevel
)
Public Shared Sub SetWeirCrestLevel ( 
	weirStructure As IStructure,
	crestLevel As Double
)
public:
static void SetWeirCrestLevel(
	IStructure^ weirStructure, 
	double crestLevel
)
Parameters
- weirStructure
 - Type: DHI.Mike1D.StructureModuleIStructure
[Missing <param name="weirStructure"/> documentation for "M:DHI.Mike1D.Engine.Couplings.CouplingsUtil.SetWeirCrestLevel(DHI.Mike1D.StructureModule.IStructure,System.Double)"]
 - crestLevel
 - Type: SystemDouble
[Missing <param name="crestLevel"/> documentation for "M:DHI.Mike1D.Engine.Couplings.CouplingsUtil.SetWeirCrestLevel(DHI.Mike1D.StructureModule.IStructure,System.Double)"]
 
See Also