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

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