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

ModelText.Text

Property
Description:
The text string in the model text.
Syntax
public string Text { get; set; }
Exceptions
Exception Condition
ArgumentNullException Thrown whenis assigned to text.
ArgumentException Thrown when an empty string is assigned to text.