Revit 2022 API |
RibbonItem..::..Name Property |
RibbonItem Class See Also |
The name of the item.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
C# |
---|
public string Name { get; internal set; } |
Visual Basic |
---|
Public Property Name As String Get Friend Set |
Visual C++ |
---|
public: property String^ Name { String^ get (); internal: void set (String^ value); } |
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | Thrown when setting the text to empty or to the string contains "%". |