System.Object
Eplan.EplApi.ApplicationFramework.ActionManager
System.Object
Eplan.EplApi.ApplicationFramework.ActionManager
Action oAction = m_ActionManager.FindAction(null); Assert.IsNull(oAction); ActionCallingContext oACC = new ActionCallingContext(); oAction.Execute(oACC);
Name | Description | |
---|---|---|
ActionManager Constructor |
Name | Description | |
---|---|---|
FindAction | Overloaded. This function searches for an action registered in the system. | |
FindBaseAction | This function searches the base action for an existing action the base action has the same name, but a lower ordinal. | |
FindBaseActionFromFunctionAction | This function searches the base action for an existing action in scripting. the base action has the same name, but a lower ordinal. |