Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / TextBase Class / Rotation Property

In This Topic
    Rotation Property (TextBase)
    In This Topic
    Returns the rotation of the Text, in radians.
    Syntax
    public double Rotation {get; set;}
    public:
    property double Rotation {
       double get();
       void set (    double value);
    }

    Property Value

    rotation of the Text, in radians
    Exceptions
    ExceptionDescription
    Thrown when rotation cannot be read
    Remarks
    Please note that -16002.0 is used as "From layer" value.
    See Also