SubAssemblyType Enumeration |
An enumerated value indicating how a subassembly is to be built: in a separate process or as part its parent assembly's process.
This value does not apply to a line item which is not identified as an assembly.
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 SubAssemblyType
Public Enumeration SubAssemblyType
public enum class SubAssemblyType
Members
| Member name | Value | Description |
---|
| Conventional | 0 |
Assembly is a conventional subassembly, not built as part of the parent assembly's process.
|
| Inline | 1 |
Assembly is an inline subassembly which will have its Bill of Materials flattened into that of its direct
parent assembly and will be built as part of the parent assembly's process.
An inline subassembly is intended to be serialized and its serial number included in the parent assembly's
genealogy record. This "intent" is not enforced.
|
| Phantom | 2 |
Assembly is a phantom subassembly which will have its Bill of Materials flattened into that of its direct
parent assembly and will be built as part of the parent assembly's process.
A phantom subassembly is not intended to be serialized or included in the parent assembly's
genealogy record. This "intent" is not enforced.
|
See Also