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

NestedFunctions Property
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;}
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