Click or drag to resize

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.241.1.0 (8.241.1.0)
Syntax
public enum SubAssemblyType
Members
  Member nameValueDescription
Conventional0 Assembly is a conventional subassembly, not built as part of the parent assembly's process.
Inline1 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.
Phantom2 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