An action performs a task in the system. It is usually called via ribbon items or the
CallingActions. \Parameters can be passed to the action in a context class, and return values can be obtained with this parameter. Actions are implemented in an add-in by deriving a class from
IEplAction.
System.Object
Eplan.EplApi.ApplicationFramework.Action
| Name | Description |
| ActionProperties | Descriptive data for this action. |
| ModuleName | Name of the module in which this action is implemented. |
| Name | Name used to identify this action in the system. |
Top
| Name | Description |
| Execute | Performs the actual action. |
| GetChecked | Returns 'checked' state of an action |
| GetEnabled | Returns whether an action is enabled |
Top