namespace HStation.RevitDev.Model.ModelEnum { public enum ParameterUnit { PU_Unknown, PU_MM, PU_M, PU_MMM, PU_Pa, PU_MPa, } }