Click or drag to resize

ValueAddType Enumeration

An enumeration describing the value-add nature of an activity or process.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum ValueAddType
Members
Member nameValueDescription
RealValueAdd0 The activity or process directly contributed to the process of creating one or more production unit(s), and the units left the activity or process differently than when they arrived.
BusinessValueAdd1 The activity or process had business value, but did not directly effect the production units, such as in the case of an inspection or testing process.
NonValueAdd2 The activity or process is necessary, but does not add any value. For example, a tool change on a pick and place machine.
See Also