Click or drag to resize

IActionExecutionEnvironmentGetNewestActionVersion Method

Retrieves the newest version of an IAction object currently available for this graph. This may be the given object.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IAction GetNewestActionVersion(
	IAction action
)

Parameters

action
Type: de.unika.ipd.grGen.libGrIAction
The IAction object.

Return Value

Type: IAction
The newest version of the given action.
See Also