Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / ActionManager Class / FindBaseActionFromFunctionAction Method
true: no error is reported in the system errors when the action is not found.

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

    Parameters

    Parameter NameDescription
    bSilenttrue: 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