Click or drag to resize

AssemblyKind Enumeration

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 enum AssemblyKind
Members
  Member nameValueDescription
All0 All parts shall be considered by the search, regardless of the assembly flag.
AssembliesOnly1 Only complex internal parts marked as assemblies shall be considered by the search.
BasicPartsOnly2 Only non-complex internal parts NOT marked as assemblies shall be considered by the search.
See Also