ControlStateMachineGetOrCreateAction Method

Get action with id, or create it if it does not exist

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 IAction GetOrCreateAction(
	string id,
	ActionTypes actionType
)

Parameters

id  String
Id if action
actionType  ActionTypes
Type of action

Return Value

IAction

[Missing <returns> documentation for "M:DHI.Mike1D.ControlModule.ControlStateMachine.GetOrCreateAction(System.String,DHI.Mike1D.ControlModule.ActionTypes)"]

See Also