WorkOrderUnitOfMeasure Property |
If the Work Order is intended to produce something other than "units", the unit of measure of the
quantity associated with this Word Order. For example, a Work Order might be placed to produce 200m
of red wire. In this case, the Quantity property would be "200" and the UnitOfMeasure
would be "meter". If UnitOfMeasure is left empty (blank), it is assumed that the quantity specifies
"pieces" and/or "units" (200 units of assembly 1234-5678, for example).
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic string UnitOfMeasure { get; set; }
Public Property UnitOfMeasure As String
Get
Set
Property Value
String
See Also