Revit 2025.3 API
Formatted |
Returns a TextRange object that represents the entire text.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public TextRange AsTextRange()
Public Function AsTextRange As TextRange
public: TextRange^ AsTextRange()
member AsTextRange : unit -> TextRange
Return Value
TextRangeThe TextRange object that represents the entire text.
This range includes a carriage return character ('\r') that is always present.
As a result the range can never be an empty range.
See Also