API Help
Eplan.EplApi.ApplicationFramework Namespace / ActionManager Class
Members Example

In This Topic
    ActionManager Class
    In This Topic
    Class for retrieving Action objects
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.ApplicationFramework.ActionManager

    Syntax
    public class ActionManager 
    public ref class ActionManager 
    Example
    Action oAction = m_ActionManager.FindAction(null);
    Assert.IsNull(oAction);
    ActionCallingContext oACC = new ActionCallingContext();
    oAction.Execute(oACC);
    
    
    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. This function searches for an action registered in the system.  
    Public MethodThis function searches the base action for an existing action the base action has the same name, but a lower ordinal.  
    Public MethodThis function searches the base action for an existing action in scripting. the base action has the same name, but a lower ordinal.  
    Top
    See Also