Click or drag to resize

PageGetVariable Method

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

Gets a Variable with Name set to nameThrows Exception if Variable not found.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public IVariable GetVariable(
	string name
)

Parameters

name
Type: SystemString
The name of the Variable to retrieve

Return Value

Type: IVariable
The variable found with the specified name or throws Exception
See Also