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