Revit 2026 API
Combo |
The user-visible text of the ComboBoxMember.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string Text { get; set; }
Public Property Text As String Get Set
public: property String^ Text { String^ get (); void set (String^ value); }
member Text : string with get, set
Property Value
String
Exception | Condition |
---|---|
ArgumentNullException | Thrown when setting the value to . |
ArgumentException | Thrown when setting the value to an empty string, or when the value contains invalid characters. |
See Also