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

In This Topic
    NestedFunctions Property
    In This Topic
    Returns an array of nested functions of the given main function. Nested-functions property returns functions whose identifying device tag contains the device tag of the parent + nested part of device tag.
    Syntax
    public Function[] NestedFunctions {get;}
    public:
    property array<Function^>^ NestedFunctions {
       array<Function^>^ get();
    }
    Exceptions
    ExceptionDescription
    Thrown when the internal query throws an exception.
    Remarks
    Returns array of functions of the next nesting level within main function. Only main functions can have nested functions. In case this function is not main, an empty array is returned.
    See Also