ValveControlSetValveOpening Method |
Set new valve opening
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 ControlSetValveOpening(
double newValveOpening,
int controlStrategyId
)
Public Sub ControlSetValveOpening (
newValveOpening As Double,
controlStrategyId As Integer
)
public:
void ControlSetValveOpening(
double newValveOpening,
int controlStrategyId
)
Parameters
- newValveOpening
- Type: SystemDouble
New valve opening - controlStrategyId
- Type: SystemInt32
Control strategy currently used.
See Also