BatchPanelBarcodeTemplate Property |
For panelized PCB (printed circuit board) type assemblies, the name of the FactoryLogix barcode template
that will be used to validate the "panel" barcode (panel UID) during initialization.
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 PanelBarcodeTemplate { get; set; }
Public Property PanelBarcodeTemplate As String
Get
Set
public:
property String^ PanelBarcodeTemplate {
String^ get ();
void set (String^ value);
}
member PanelBarcodeTemplate : string with get, set
Property Value
Type:
StringSee Also