ControlStateMachineGetOrCreateAction Method |
Get action with id, or create it if it does not exist
Namespace:
DHI.Mike1D.ControlModule
Assembly:
DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public IAction GetOrCreateAction(
string id,
ActionTypes actionType
)
Public Function GetOrCreateAction (
id As String,
actionType As ActionTypes
) As IAction
public:
IAction^ GetOrCreateAction(
String^ id,
ActionTypes actionType
)
Parameters
- id
- Type: SystemString
Id if action - actionType
- Type: DHI.Mike1D.ControlModuleActionTypes
Type of action
Return Value
Type:
IAction[Missing <returns> documentation for "M:DHI.Mike1D.ControlModule.ControlStateMachine.GetOrCreateAction(System.String,DHI.Mike1D.ControlModule.ActionTypes)"]
See Also