Click or drag to resize

SubAssemblyLoadResultDetail Enumeration

An enumeration indicating the detailed result of a sub-assembly related operation.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public enum SubAssemblyLoadResultDetail
Members
  Member nameValueDescription
Success0 The operation succeeded.
ExistingSubInPosition1 The sub-assembly could not be loaded because another sub-assembly is already loaded into he specified position within the parent.
AlreadyUnloaded2 The sub-assembly could not be unloaded because it was not loaded anywhere.
NotOnBOM3 The sub-assembly is not defined in the BOM.
MissingKittedMaterials4 Materials are kitting but the sub-assembly item is missing from the kit.
ActivityIdNotFound5 Could not locate one and only one activity for the given reference designator.
AddSubAssemblyFailed6 Replace sub-assembly failed.  Assembly part number is not on the BOM or does not match the originally installed part.
See Also