Click or drag to resize

PartSearchType Enumeration

A flagged enumeration used by some Find methods that indiciates the types of parts to search for based on the specified part number.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
[FlagsAttribute]
public enum PartSearchType
Members
  Member nameValueDescription
InternalPartNumber1 Search for internal parts
ManufacturerPartNumber2 Search for manufacturer parts
VendorPartNumber4 Search for vendor parts.
CustomerPartNumber8 Search for customer parts.
See Also