| TriggerReaderReadVariable Method |
[This is preliminary documentation and is subject to change.]
Reads the next Variable available, throws TriggerReaderException on failure
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public IVariable ReadVariable(
bool addIfNotExist = false
)
Public Function ReadVariable (
Optional addIfNotExist As Boolean = false
) As IVariable
public:
IVariable^ ReadVariable(
bool addIfNotExist = false
)
member ReadVariable :
?addIfNotExist : bool
(* Defaults:
let _addIfNotExist = defaultArg addIfNotExist false
*)
-> IVariable
Parameters
- addIfNotExist (Optional)
- Type: SystemBoolean
Add the Variable if it doesn't exist and return that Variable with a Value equal to null.
Return Value
Type:
IVariableVariable
Exceptions See Also