Click or drag to resize

IActionExecutionEnvironmentSetNewestActionVersion Method

Sets the newest action version for a static action.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void SetNewestActionVersion(
	IAction staticAction,
	IAction newAction
)

Parameters

staticAction
Type: de.unika.ipd.grGen.libGrIAction
The original action generated by GrGen.exe.
newAction
Type: de.unika.ipd.grGen.libGrIAction
A new action instance.
See Also