 | IActionsGetAction Method |
Gets the action with the given name.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
SyntaxIAction GetAction(
string name
)
Parameters
- name
- Type: SystemString
The name of the action.
Return Value
Type:
IActionThe action with the given name, or null, if no such action exists.
See Also