Revit 2020.1 API |
RibbonItem..::..ItemType Property |
RibbonItem Class See Also |
Gets the item type.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
C# |
---|
public RibbonItemType ItemType { get; } |
Visual Basic |
---|
Public ReadOnly Property ItemType As RibbonItemType Get |
Visual C++ |
---|
public: property RibbonItemType ItemType { RibbonItemType get (); } |