klhengineers / RevitDeveloperTools

A suite of tools for aiding in the development of Revit plugins
GNU General Public License v3.0
22 stars 6 forks source link

Enums parameters should be set using a combobox, not a textbox. #1

Open jdaless opened 5 years ago

jdaless commented 5 years ago

The options of the combobox should be the string name of the enum values with the integer, like when an enum value is displayed in the snoop.

Flag enums need to be selected with checkboxes since multiple can be selected.