Click or drag to resize

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.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public string UnitOfMeasure { get; set; }

Property Value

String
See Also