API Help
Eplan.EplApi.ApplicationFramework Namespace / ActionManager Class / FindBaseAction Method
the action you search the base action.
true: no error is reported in the system errors when the action is not found.

In This Topic
    FindBaseAction Method
    In This Topic
    This function searches the base action for an existing action the base action has the same name, but a lower ordinal.
    Syntax
    public Action FindBaseAction( 
       IEplAction pAction,
       bool bSilent
    )
    public:
    Action^ FindBaseAction( 
       IEplAction^ pAction,
       bool bSilent
    ) 

    Parameters

    pAction
    the action you search the base action.
    bSilent
    true: no error is reported in the system errors when the action is not found.

    Return Value

    Returns a reference to a Action or NULL in case no action with this name exists in the system.
    See Also