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

In This Topic
    Angle Property (MDDrillingPosition)
    In This Topic
    The angle of the drilling
    Syntax
    public double Angle {get; set;}
    public:
    property double Angle {
       double get();
       void set (    double value);
    }
    Remarks
    Angle of drilling in degrees.
    See Also