Click or drag to resize

IProcedureDefinitionApply Method

Applies this procedure with the given action environment on the given graph. Takes the arguments as inputs. Returns an array of output values. Attention: at the next call of Apply, the array returned from previous call is overwritten with the new return values.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
Object[] Apply(
	IActionExecutionEnvironment actionEnv,
	IGraph graph,
	Object[] argument
)

Parameters

actionEnv
Type: de.unika.ipd.grGen.libGrIActionExecutionEnvironment
graph
Type: de.unika.ipd.grGen.libGrIGraph
argument
Type: SystemObject

Return Value

Type: Object
See Also