API Help
Eplan.EplApi.DataModel.Graphics Namespace / Rectangle Class / Angle Property

In This Topic
    Angle Property (Rectangle)
    In This Topic
    Returns angle.
    Syntax
    public double Angle {get; set;}
    public:
    property double Angle {
       double get();
       void set (    double value);
    }

    Property Value

    Angle in radians.
    Exceptions
    ExceptionDescription
    Thrown when the angle cannot be read.
    See Also