 | 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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxvoid SetVariableValue(
string varName,
Object val
)
Parameters
- varName String
- The name of the variable
- val Object
- The new value of the variable
See Also