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: 1.7.3
Syntax
public MaterialPackage BatchMaterialPackage { get; set; }

Property Value

MaterialPackage
The batch material package.
See Also