FormattedTextAsTextRange Method |
Returns a
TextRange object that represents the entire text.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic TextRange AsTextRange()
Public Function AsTextRange As TextRange
public:
TextRange^ AsTextRange()
member AsTextRange : unit -> TextRange
Return Value
TextRange
The
TextRange object that represents the entire text.
Remarks
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