Click or drag to resize

ProcessedUnit Class

Structure representing a production units that has been processed at an endpoint involved in the processing of production units.
Inheritance Hierarchy
SystemObject
  CFX.StructuresProcessedUnit

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ProcessedUnit

The ProcessedUnit type exposes the following members.

Constructors
 NameDescription
Public methodProcessedUnit Default Constructor
Top
Properties
 NameDescription
Public propertyUnitIdentifier Unique ID of Production Unit, Panel, or Carrier
Public propertyUnitPositionNumber Logical reference of production unit as defined by CFX position rule (see CFX standard)
Public propertyUnitProcessData Process data specific to this particular production unit. This may be null if there is no process data specfific to this individual unit. For example, if all units processed during the transaction experienced the same conditions, the UnitsProcessed message will contain this information, and the UnitProcessData property will be null.
Public propertyUnitResult Indicates the overall result of the processing that was performed on the unit.
Top
See Also