Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPointPosition Class / YPosition Property

In This Topic
    YPosition Property
    In This Topic
    The Y-position of the connection point
    Syntax
    public double YPosition {get; set;}
    public:
    property double YPosition {
       double get();
       void set (    double value);
    }
    See Also