ControlStateMachineUpdateStateAction Method

Update action of a state.

Both the state and the action must be part of this control, i.e. in the list of States and Actions respectively.

Definition

Namespace: DHI.Mike1D.ControlModule
Assembly: DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void UpdateStateAction(
	State state,
	IAction action
)

Parameters

state  State

[Missing <param name="state"/> documentation for "M:DHI.Mike1D.ControlModule.ControlStateMachine.UpdateStateAction(DHI.Mike1D.ControlModule.State,DHI.Mike1D.ControlModule.IAction)"]

action  IAction

[Missing <param name="action"/> documentation for "M:DHI.Mike1D.ControlModule.ControlStateMachine.UpdateStateAction(DHI.Mike1D.ControlModule.State,DHI.Mike1D.ControlModule.IAction)"]

See Also