SquaredGatedBCWeirControlSetMaxGateLevel Method  | 
 
            Set the maximum gate level.
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic void ControlSetMaxGateLevel(
	double newMaxGateLevel,
	int controlStrategyId
)
Public Sub ControlSetMaxGateLevel ( 
	newMaxGateLevel As Double,
	controlStrategyId As Integer
)
public:
void ControlSetMaxGateLevel(
	double newMaxGateLevel, 
	int controlStrategyId
)
Parameters
- newMaxGateLevel
 - Type: SystemDouble
New maximum gate level - controlStrategyId
 - Type: SystemInt32
Not used (only the control strategy for the ControlSetGateLevel(Double, Int32) is stored) 
See Also