Click or drag to resize

IGlobalVariablesGetVariableValue Method

Retrieves the object for a variable name or null, if the variable isn't set yet or anymore

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
Object GetVariableValue(
	string varName
)

Parameters

varName
Type: SystemString
The variable name to lookup

Return Value

Type: Object
The according object or null
See Also