Eplan Platform API
Eplan.EplApi.Base Namespace / PointD Structure / Y Property

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