2014. The unit symbol displayed in the formatted string representation of a number to indicate the units of the value. Most unit symbols appear as suffixes after the formatted number, for example "mm" for millimeters. Some currency symbols appear as prefixes, for example "$" for dollars. 2014.
| 24 | /// </remarks> |
| 25 | /// <since>2014.</since> |
| 26 | [Obsolete("This enumeration is deprecated in Revit 2021 and may be removed in a future version of Revit. Please use the `ForgeTypeId` class instead. Use constant members of the `SymbolTypeId` class to replace uses of specific values of this enumeration.")] |
| 27 | public enum UnitSymbolType |
| 28 | { |
| 29 | UST_CUSTOM = -1, // 0xFFFFFFFF |
| 30 | UST_NONE = 0, |
| 31 | UST_M = 1, |
| 32 | UST_CM = 101, // 0x00000065 |
| 33 | UST_MM = 201, // 0x000000C9 |
| 34 | UST_LF = 301, // 0x0000012D |
| 35 | UST_FOOT_SINGLE_QUOTE = 302, // 0x0000012E |
| 36 | UST_FT = 303, // 0x0000012F |
| 37 | UST_INCH_DOUBLE_QUOTE = 601, // 0x00000259 |
| 38 | UST_IN = 602, // 0x0000025A |
| 39 | UST_ACRES = 701, // 0x000002BD |
| 40 | UST_HECTARES = 801, // 0x00000321 |
| 41 | UST_CY = 1001, // 0x000003E9 |
| 42 | UST_SF = 1101, // 0x0000044D |
| 43 | UST_FT_SUP_2 = 1102, // 0x0000044E |
| 44 | UST_FT_CARET_2 = 1103, // 0x0000044F |
| 45 | UST_M_SUP_2 = 1201, // 0x000004B1 |
| 46 | UST_M_CARET_2 = 1202, // 0x000004B2 |
| 47 | UST_CF = 1301, // 0x00000515 |
| 48 | UST_FT_SUP_3 = 1302, // 0x00000516 |
| 49 | UST_FT_CARET_3 = 1303, // 0x00000517 |
| 50 | UST_M_SUP_3 = 1401, // 0x00000579 |
| 51 | UST_M_CARET_3 = 1402, // 0x0000057A |
| 52 | UST_DEGREE_SYMBOL = 1501, // 0x000005DD |
| 53 | UST_PERCENT_SIGN = 1901, // 0x0000076D |
| 54 | UST_IN_SUP_2 = 2001, // 0x000007D1 |
| 55 | UST_IN_CARET_2 = 2002, // 0x000007D2 |
| 56 | UST_CM_SUP_2 = 2101, // 0x00000835 |
| 57 | UST_CM_CARET_2 = 2102, // 0x00000836 |
| 58 | UST_MM_SUP_2 = 2201, // 0x00000899 |
| 59 | UST_MM_CARET_2 = 2202, // 0x0000089A |
| 60 | UST_IN_SUP_3 = 2301, // 0x000008FD |
| 61 | UST_IN_CARET_3 = 2302, // 0x000008FE |
| 62 | UST_CM_SUP_3 = 2401, // 0x00000961 |
| 63 | UST_CM_CARET_3 = 2402, // 0x00000962 |
| 64 | UST_MM_SUP_3 = 2501, // 0x000009C5 |
| 65 | UST_MM_CARET_3 = 2502, // 0x000009C6 |
| 66 | UST_L = 2601, // 0x00000A29 |
| 67 | UST_GAL = 2701, // 0x00000A8D |
| 68 | UST_KG_PER_CU_M = 2801, // 0x00000AF1 |
| 69 | UST_LB_MASS_PER_CU_FT = 2901, // 0x00000B55 |
| 70 | UST_LBM_PER_CU_FT = 2902, // 0x00000B56 |
| 71 | UST_LB_MASS_PER_CU_IN = 3001, // 0x00000BB9 |
| 72 | UST_LBM_PER_CU_IN = 3002, // 0x00000BBA |
| 73 | UST_BTU = 3101, // 0x00000C1D |
| 74 | UST_CAL = 3201, // 0x00000C81 |
| 75 | UST_KCAL = 3301, // 0x00000CE5 |
| 76 | UST_JOULE = 3401, // 0x00000D49 |
| 77 | UST_KWH = 3501, // 0x00000DAD |
| 78 | UST_THERM = 3601, // 0x00000E11 |
| 79 | UST_IN_WG_PER_100FT = 3701, // 0x00000E75 |
| 80 | UST_PASCAL_PER_M = 3801, // 0x00000ED9 |
| 81 | UST_WATT = 3901, // 0x00000F3D |
| 82 | UST_KILOWATT = 4001, // 0x00000FA1 |
| 83 | UST_BTU_PER_S = 4101, // 0x00001005 |
nothing calls this directly
no outgoing calls
no test coverage detected