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; }
Public WriteOnly Property CurrentControlValueGetter As Func(Of Double)
Set
public:
property Func<double>^ CurrentControlValueGetter {
void set (Func<double>^ value);
}
Property Value
Type:
FuncDoubleSee Also