API Help
Eplan.EplApi.MasterData Namespace / MDDrillingPosition Class / X Property

In This Topic
    X Property (MDDrillingPosition)
    In This Topic
    The x position of the drilling
    Syntax
    public double X {get; set;}
    public:
    property double X {
       double get();
       void set (    double value);
    }
    See Also