Click or drag to resize

IGlobalVariablesSetVariableValue Method

Sets the value of the given variable to the given value. If the variable name is null, this function does nothing. If val is null, the variable is unset.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
void SetVariableValue(
	string varName,
	Object val
)

Parameters

varName  String
The name of the variable
val  Object
The new value of the variable
See Also