Click or drag to resize

TrackedDataItemFilter Enumeration

Used by methods that retrieve TrackedDataItems to filter the results.

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 TrackedDataItemFilter
Members
  Member nameValueDescription
Defect1 The results should include items of type Defect.
Symptom2 The results should include items of type Symptom.
Measurement4 The results should include items of type Measurement.
See Also