Click or drag to resize

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
)

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: IVariable
Variable
Exceptions
ExceptionCondition
TriggerReaderException
See Also