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.ProcessingAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic ProcessData CommonProcessData { get; set; }
Public Property CommonProcessData As ProcessData
Get
Set
Property Value
ProcessData
See Also