ActionControlSet2 Delegate

Method signature for a control that takes two values, typically setting a start-level and a stop-level.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public delegate void ActionControlSet2(
	double value1,
	double value2,
	int controlStrategyId
)

Parameters

value1  Double
 
value2  Double
 
controlStrategyId  Int32
 

See Also