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

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