Click or drag to resize

ProcessedUnitUnitProcessData Property

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.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public ProcessData UnitProcessData { get; set; }

Property Value

ProcessData
See Also