 | 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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxIAction GetNewestActionVersion(
IAction action
)
Parameters
- action IAction
- The IAction object.
Return Value
IActionThe newest version of the given action.
See Also