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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic ProcessData CommonProcessData { get; set; }Public Property CommonProcessData As ProcessData
Get
Set
Property Value
ProcessData
See Also