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

In This Topic
    SubFunctions Property
    In This Topic
    Returns an array of 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[] SubFunctions {get;}
    public:
    property array<Function^>^ SubFunctions {
       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