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.StructuresAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic string BatchId { get; set; }Public Property BatchId As String
Get
Set
Property Value
StringThe batch identifier.
See Also