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

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