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

ParentFunction Property (Function)
Gets parent function (a main function having the same identifying name or, in case of sub-terminals, the main terminal of a multi-level terminal). For main functions it returns NULL.
Syntax
public virtual Function ParentFunction {get;}

Property Value

The parent function

Null when the Function object is a main function

Exceptions
ExceptionDescription
Thrown when internal query for functions throws exception
See Also