The text string in the model text.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public string Text { get; set; }
Property Value
StringExceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when nullptr is assigned to text. |
ArgumentException | Thrown when an empty string is assigned to text. |