Click or drag to resize

IGlobalVariablesCustom Method

Does action execution environment dependent stuff.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void Custom(
	IGraph graph,
	params Object[] args
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
The current host graph
args
Type: SystemObject
Any kind of parameters for the stuff to do; first parameter has to be the command
See Also