BOMComparison_Part Enumeration |
An enumerated type representing the default value for the SystemSettings.BOMManagement_Comparison_Part system setting.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum BOMComparison_Part
Public Enumeration BOMComparison_Part
public enum class BOMComparison_Part
Members
| Member name | Value | Description |
---|
| AllChecked | 0 |
All Checked
|
| Added | 1 |
Added
|
| Removed | 2 |
Removed
|
| DifferentManufPart | 3 |
Different Manufacturing Part
|
| DifferentCustPart | 4 |
Different Customer Part
|
| DifferentVendorPart | 5 |
Different Vendor Part
|
See Also