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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public ProcessData CommonProcessData { get; set; }

Property Value

ProcessData
See Also