ControlStateMachineCreateSimpleControl Method

Create a simple control that at every time step applies the specified action.

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 static ControlStateMachine CreateSimpleControl(
	ControlStateMachine control,
	IAction action
)

Parameters

control  ControlStateMachine

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

action  IAction

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

Return Value

ControlStateMachine

[Missing <returns> documentation for "M:DHI.Mike1D.ControlModule.ControlStateMachine.CreateSimpleControl(DHI.Mike1D.ControlModule.ControlStateMachine,DHI.Mike1D.ControlModule.IAction)"]

See Also