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