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

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