Click or drag to resize

IGraphProcessingEnvironmentSetVariableValue 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.2
Syntax
C#
void SetVariableValue(
	string varName,
	Object val
)

Parameters

varName
Type: SystemString
The name of the variable
val
Type: SystemObject
The new value of the variable
See Also