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

In This Topic
    ParentFunction Property (Pin)
    In This Topic
    Returns a function that this connection point belongs to.
    Syntax
    public Function ParentFunction {get;}
    public:
    property Function^ ParentFunction {
       Function^ get();
    }
    Remarks
    Returns NULL if this Pin object has been obtained from a FunctionDefinition object.
    See Also