Click or drag to resize

ControlStateMachineCreateSimpleControl Method

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

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static ControlStateMachine CreateSimpleControl(
	ControlStateMachine control,
	IAction action
)

Parameters

control
Type: DHI.Mike1D.ControlModuleControlStateMachine

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

action
Type: DHI.Mike1D.ControlModuleIAction

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

Return Value

Type: ControlStateMachine

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

See Also