In This Topic
            
            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.
Inheritance Hierarchy
System.Object
   Eplan.EplApi.ApplicationFramework.Action
Syntax
            
            
            
            
            
            
            
            
            
            
            Public Constructors
            
            
            
            
            
            
            
            Public Properties
|  | 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. | 
TopPublic Methods
|  | Name | Description | 
|---|
|  | Execute | Performs the actual action. | 
|  | GetChecked | Returns 'checked' state of an action | 
|  | GetEnabled | Returns whether an action is enabled | 
TopSee Also