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

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