IControllable Interface |
Namespace: DHI.Mike1D.Generic
The IControllable type exposes the following members.
Name | Description | |
---|---|---|
GetControlAction |
Get control action for the specified id. It always returns one of
the ActionControl delegates. It will return null if
controlActionId is not valid.
| |
GetCurrentValue |
Get the current value of the control for the specified id.
| |
ResetControlledState |
Reset internal state (if any) used by controlling class.
Called after a controlling class has performed a control sequence,
and simulation is restarted.
| |
SetControlStrategyId |
Set control strategy id manually
|