Share

TextNote.SetFormattedText Method

Sets the text and associated formatting of the text of in this text note with a given FormattedText object.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void SetFormattedText(
	FormattedText formattedText
)

Parameters

formattedText  FormattedText
The FormattedText object containing the text and associated formatting of the text.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?