Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / ParentFunction Property

In This Topic
    ParentFunction Property (Function)
    In This Topic
    Gets parent function (a main function having the same identifying name or, in case of sub-terminals, the main terminal of a multi-level terminal). For main functions it returns NULL.
    Syntax
    public virtual Function ParentFunction {get;}
    public:
    virtual property Function^ ParentFunction {
       Function^ get();
    }

    Property Value

    The parent function

    Null when the Function object is a main function

    Exceptions
    ExceptionDescription
    Thrown when internal query for functions throws exception
    See Also