GetItems Method


Combo Box Get Items Method

Gets the copy of a collection of the ComboBoxMembers assigned to the ComboBox.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<ComboBoxMember> GetItems()

Return Value

IList ComboBoxMember
See Also