Click or drag to resize

ActionControl2 Delegate

Method signature for a control that takes two values

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public delegate void ActionControl2(
	DateTime timeN,
	DateTime timeNp1,
	double value1,
	double value2,
	int controlStrategyId
)

Parameters

timeN
Type: SystemDateTime
timeNp1
Type: SystemDateTime
value1
Type: SystemDouble
value2
Type: SystemDouble
controlStrategyId
Type: SystemInt32
See Also