ActionControlSet2 Delegate |
Method signature for a control that takes two values
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public delegate void ActionControlSet2(
double value1,
double value2,
int controlStrategyId
)
Parameters
- value1
- Type: SystemDouble
- value2
- Type: SystemDouble
- controlStrategyId
- Type: SystemInt32
See Also