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