JmgIllegalEventCodeCombination::combinationAllowed Method
Indicates whether the specified switch code is an allowed combination.
Syntax
client server public static boolean combinationAllowed(JmgEventCode _eventCode, JmgEventCode _excludesEventCode)
Run On
Called
Parameters
- _eventCode
Type: JmgEventCode Extended Data Type
The ID of the first switch code.
- _excludesEventCode
Type: JmgEventCode Extended Data Type
The ID of the second switch code.
Return Value
Type: boolean
true if the combination of the two switch codes are allowed; otherwise, false.