Gets or sets the text displayed on the item.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Remarks
The text can be changed at run time. a null reference (Nothing in Visual Basic) or empty string is not allowed.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentException | Thrown when setting the text to empty or to the string contains "%". |
Autodesk.Revit.ExceptionsArgumentNullException | Thrown when setting the text to a null reference (Nothing in Visual Basic). |