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

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