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

In This Topic
    StartPin Property
    In This Topic
    Returns the start Pin of this connection, if such exists (i.e. if the connection is connected on the source side). Otherwise, NULL is returned.
    Syntax
    public virtual Pin StartPin {get;}
    public:
    virtual property Pin^ StartPin {
       Pin^ get();
    }
    See Also