Click or drag to resize

UnitsProcessedCommonProcessData Property

Dynamic structure containing data that is common to all production units processed by this work transaction. Any data that is specfic to an individual production unit will instead be contained within the UnitProcessData property.

Namespace: CFX.Production.Processing
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public ProcessData CommonProcessData { get; set; }

Property Value

ProcessData
See Also