using System; namespace KGdev.BI3D.Revit.Common { public enum OptionValueType { STRING, BOOLEAN, NUMBER, SELECT } }