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

In This Topic
    AllSubFunctions Property
    In This Topic
    Returns an array of all sub-functions of the given main function. Sub-functions are all functions having the same identifying device tag (property 20005) which are not main (a.k.a. auxiliary functions).
    Syntax
    public Function[] AllSubFunctions {get;}
    public:
    property array<Function^>^ AllSubFunctions {
       array<Function^>^ get();
    }
    Exceptions
    ExceptionDescription
    Thrown when the internal query throws an exception.
    Remarks
    Only main functions can have sub-functions. In case this function is not main, an empty array is returned.
    See Also