SquaredGatedBCWeirControlSetMinMaxGateLevel Method  | 
 
            Set the minimum and 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 ControlSetMinMaxGateLevel(
	double newMinGateLevel,
	double newMaxGateLevel,
	int controlStrategyId
)
Public Sub ControlSetMinMaxGateLevel ( 
	newMinGateLevel As Double,
	newMaxGateLevel As Double,
	controlStrategyId As Integer
)
public:
void ControlSetMinMaxGateLevel(
	double newMinGateLevel, 
	double newMaxGateLevel, 
	int controlStrategyId
)
Parameters
- newMinGateLevel
 - Type: SystemDouble
New minimum gate level - 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