Revit 2025 API
Text |
Returns an FormattedText object that contains text and associated formatting of this TextNode.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public FormattedText GetFormattedText()
Public Function GetFormattedText As FormattedText
public: FormattedText^ GetFormattedText()
member GetFormattedText : unit -> FormattedText
Return Value
FormattedTextThe object that contains the text and associated formatting of of the text in this text note.
See Also