BatchBarcodeTemplate Property |
The name of the FactoryLogix barcode template that will be used to validate production unit barcodes
(unit UID's) during initialization. For panelized PCB (printed circuit board) type assemblies, this
will be the template used to validate the image (circuit) barcode.
This is an optional field, and may be blank.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string BarcodeTemplate { get; set; }
Public Property BarcodeTemplate As String
Get
Set
public:
property String^ BarcodeTemplate {
String^ get ();
void set (String^ value);
}
member BarcodeTemplate : string with get, set
Property Value
Type:
StringSee Also