Eplan Platform API
Eplan.EplApi.Base Namespace / PointD3D Structure / Z Property

In This Topic
    Z Property (PointD3D)
    In This Topic
    Z coordinate
    Syntax
    public double Z {get; set;}
    public:
    property double Z {
       double get();
       void set (    double value);
    }
    See Also