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: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public ProcessData UnitProcessData { get; set; }

Property Value

ProcessData
See Also