fsUOM Enumeration |
Indicates the units of the value.
IN - Inches
MM - Millimeters
LB - Pounds
KG - Kilograms
Example (40'-2 1/2):
482.5
Example (12m):
12000
Namespace: FabSuiteResponseApi
Assembly: FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-response-v0108.xsd")] public enum fsUOM
Members
Member name | Value | Description | |
---|---|---|---|
in | 0 | ||
IN | 1 | ||
mm | 2 | ||
MM | 3 | ||
lb | 4 | ||
LB | 5 | ||
kg | 6 | ||
KG | 7 | ||
sqin | 8 | ||
SQIN | 9 | ||
sqft | 10 | ||
SQFT | 11 | ||
sqmm | 12 | ||
SQMM | 13 | ||
sqm | 14 | ||
SQM | 15 |
See Also