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

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