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