Revit 2018 API |
ComboBox..::..GetItems Method |
ComboBox Class See Also |
Gets the copy of a collection of the ComboBoxMembers assigned to the ComboBox.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 18.0.0.0 (18.2.0.13)
Since: 2011
Syntax
C# |
---|
public IList<ComboBoxMember> GetItems() |
Visual Basic |
---|
Public Function GetItems As IList(Of ComboBoxMember) |
Visual C++ |
---|
public: IList<ComboBoxMember^>^ GetItems() |