Eplan Platform API
Eplan.EplApi.DataModel Namespace / Connection Class / EndSymbolConnPoint Property

In This Topic
    EndSymbolConnPoint Property
    In This Topic
    Returns the PinBase which this connection is connected to on the target side. If this connection is not connected on the target side, NULL is returned.
    Syntax
    public PinBase EndSymbolConnPoint {get;}
    public:
    property PinBase^ EndSymbolConnPoint {
       PinBase^ get();
    }
    See Also