An enumerated value used in part searches to indicate whether or not the search should be limited
only to complex internal parts marked as "assemblies" within the system.
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 AssemblyKind
public enum class AssemblyKind
Members
| Member name | Value | Description |
---|
| All | 0 |
All parts shall be considered by the search, regardless of the assembly flag.
|
| AssembliesOnly | 1 |
Only complex internal parts marked as assemblies shall be considered by the search.
|
| BasicPartsOnly | 2 |
Only non-complex internal parts NOT marked as assemblies shall be considered by the search.
|
See Also