TextNoteSetFormattedText Method |
Sets the text and associated formatting of the text of in this text note with
a given FormattedText object.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void SetFormattedText(
FormattedText formattedText
)
Public Sub SetFormattedText (
formattedText As FormattedText
)
public:
void SetFormattedText(
FormattedText^ formattedText
)
member SetFormattedText :
formattedText : FormattedText -> unit
Parameters
- formattedText FormattedText
-
The FormattedText object containing the text and associated formatting of the text.
Exceptions
See Also