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

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