An enumerated value indicating the general category for a particular part.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax Public Enumeration PartType
public enum class PartType
Members
| Member name | Value | Description |
---|
| Generic | 0 |
Standard, generic part type.
|
| Electronic | 1 |
An electronic component (resistor, capacitor, CPU, etc.) that is used in the production
of a printed circuit board (PCB).
|
| Consumable | 2 |
A Bulk consumable type part such as solder paste or glue.
|
| Tooling | 3 |
A tool such as a screwdriver or hammer.
|
See Also