Revit 2025 API
Text |
The content of the text annotation as a plain string stripped of all formatting.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string Text { get; }
Public ReadOnly Property Text As String Get
public: property String^ Text { String^ get (); }
member Text : string with get
Property Value
String
The text may contain new-lines if there are any in the text annotation.
See Also