Skip to content

TextNode.IsKeptReadable

Public Property

Indicates text behavior inside a rotated text object.

Namespace: Autodesk.Revit.DB

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public bool IsKeptReadable { get; }

Property Value

Boolean

Remarks

If the property is True then the text inside the text box gets oriented so it is readable when looking straight up at the sheet or from its right side; in other words, the text would never be upside down.

If the value is False, however, the text’s orientation strictly follows the rotation of the text box, which means the text may be upside down when viewed on screen or printed on a sheet.