| Revit 2017 API |
| RibbonPanel..::..GetItems Method |
| RibbonPanel Class See Also |
Gets a copy of the collection of RibbonItems assigned to the RibbonPanel.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public IList<RibbonItem> GetItems() |
| Visual Basic |
|---|
Public Function GetItems As IList(Of RibbonItem) |
| Visual C++ |
|---|
public: IList<RibbonItem^>^ GetItems() |
Remarks
This method gets the items assigned to the RibbonPanel.