Click or drag to resize

PumpControlStop Method

Stop and suspend the pump.

If a deceleration time is specified, the pump will initiate a deceleration and be completely stopped after this time.

The pump will be inactive until ControlResume(Int32) or one of the other Control method is called explicitly.

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 ControlStop(
	int controlStrategyId = 0
)

Parameters

controlStrategyId (Optional)
Type: SystemInt32

[Missing <param name="controlStrategyId"/> documentation for "M:DHI.Mike1D.StructureModule.Pump.ControlStop(System.Int32)"]

See Also