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.1
Syntax
C#
IAction GetNewestActionVersion(
	IAction action
)

Parameters

action  IAction
The IAction object.

Return Value

IAction
The newest version of the given action.
See Also