Click or drag to resize

TriggerReaderReadVariableTable Method

[This is preliminary documentation and is subject to change.]

Reads the next Variable table available and the key if there is one, throws TriggerReaderException on failure

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public VariableTable ReadVariableTable(
	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: VariableTable
Variable
Exceptions
ExceptionCondition
TriggerReaderException
See Also