API Help
Eplan.EplApi.Base Namespace / PointD3D Structure / X Property

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