HDPipeDesignOptimizationReachControl Method

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

Definition

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

Parameters

newValue  Double

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

controlStrategy  Int32

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

See Also