ComboBox.AddItems Method

ComboBoxAddItems Method


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<ComboBoxMember> AddItems(
	IList<ComboBoxMemberData> memberData
)
Public Function AddItems ( 
	memberData As IList(Of ComboBoxMemberData)
) As IList(Of ComboBoxMember)
public:
IList<ComboBoxMember^>^ AddItems(
	IList<ComboBoxMemberData^>^ memberData
)
member AddItems : 
        memberData : IList<ComboBoxMemberData> -> IList<ComboBoxMember> 

Parameters

memberData  IListComboBoxMemberData
 

Return Value

IListComboBoxMember
See Also