Click or drag to resize

ActionSetBaseCurrentControlValueGetter Property

CurrentControlValueGetter is a getter to access the current value of the controlled structure. For ActionPID and ActionChange, the new control value is calculated as a adjustment of the value of the controlled structure.

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public Func<double> CurrentControlValueGetter { set; }

Property Value

Type: FuncDouble
See Also