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