If I try to use addrange to add this list "builtInCats_List = new List<BuiltInCategory>();
,"
to a list box I get the following error below.
cannot convert from 'System.Collections.Generic.List' to 'System.Windows.Forms.ListBox.ObjectCollection'
How can I populate the listbox on a form with the revit.db list of element category types?