Click or drag to resize

MaterialPackageBatchMaterialPackage Property

Gets or sets the batch material package.
Remarks
This field specify the parent batch material unit representing the complete batch. The BatchMaterialPackagecan be queried the quantity as well as other properties for the whole batch. This data is only set, when the events are send out of the line level verification system. This property can not be set via the interface.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public MaterialPackage BatchMaterialPackage { get; set; }

Property Value

MaterialPackage
The batch material package.
See Also