Click or drag to resize

HDPipeDesignOptimizationReach.Control Method

Setter for controllable entity. Used by the control module. Can safely be called multiple times with the same timeN.

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Control(
	double newValue,
	int controlStrategy
)

Parameters

newValue
Type: System.Double

[Missing <param name="newValue"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.HDPipeDesignOptimizationReach.Control(System.Double,System.Int32)"]

controlStrategy
Type: System.Int32

[Missing <param name="controlStrategy"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.HDPipeDesignOptimizationReach.Control(System.Double,System.Int32)"]

See Also