RVTDocs.com
Namespace: Autodesk.Revit.DB Class: FormattedText

FormattedText.SetUnderlineStatus(Boolean)

Method
Description:
Sets the characters in the entire text to be underlined or not underlined.
Syntax
public void SetUnderlineStatus(
	bool isUnderlined
)
Parameters
Parameter Type Description
isUnderlined Boolean The desired underline status of characters in the entire text. True to set underlined, false to set not underlined.
Return Value