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

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