Click or drag to resize

IGraphCustom Method

Does graph-backend dependent stuff.

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

Parameters

args  Object
Any kind of parameters for the stuff to do; first parameter has to be the command
See Also