Eplan Platform API
Eplan.EplApi.DataModel Namespace / SymbolReference.Segment Class / Angle Property

In This Topic
    Angle Property (SymbolReference.Segment)
    In This Topic
    Returns the angle (i.e. direction) of the segment relative to the X axis.
    Syntax
    public double Angle {get;}
    public:
    property double Angle {
       double get();
    }
    Remarks
    Angle is returned in radians.
    See Also