ModelText.Text Property
The text string in the model text.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public string Text { get; set; }
Property Value
String
Exceptions
Exception
Condition
ArgumentNullException
Thrown when
null
is assigned to text.
ArgumentException
Thrown when an empty string is assigned to text.
See Also
Reference
ModelText Class
Autodesk.Revit.DB Namespace