Click or drag to resize

MaterialPackageDetailBatchId Property

Gets or sets the batch identifier.
Remarks
There is material in the factory where not each material unit is identifiable. This is the case for Trays for example. Trays are delivered as a batch of trays. But each tray does not have a unique ID, only the batch of trays has a unique ID. In this case, we assume that the unique Batch ID is in the property BatchID and each tray which is been mounted will get a temporary UniqueIdentifier as long as it is been mounted on the machine. See BatchMaterialPackage for more details.

** NOTE: ADDED in CFX 1.5 **


Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public string BatchId { get; set; }

Property Value

String
The batch identifier.
See Also