ComboBoxGetItems Method

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

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

Return Value

IListComboBoxMember
See Also