Click or drag to resize

FlowResistanceControl Method

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

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Control(
	DateTime timeN,
	DateTime timeNp1,
	double newValue,
	int controlStrategyId
)

Parameters

timeN
Type: SystemDateTime

[Missing <param name="timeN"/> documentation for "M:DHI.Mike1D.CrossSectionModule.FlowResistance.Control(System.DateTime,System.DateTime,System.Double,System.Int32)"]

timeNp1
Type: SystemDateTime

[Missing <param name="timeNp1"/> documentation for "M:DHI.Mike1D.CrossSectionModule.FlowResistance.Control(System.DateTime,System.DateTime,System.Double,System.Int32)"]

newValue
Type: SystemDouble

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

controlStrategyId
Type: SystemInt32

[Missing <param name="controlStrategyId"/> documentation for "M:DHI.Mike1D.CrossSectionModule.FlowResistance.Control(System.DateTime,System.DateTime,System.Double,System.Int32)"]

See Also