Click or drag to resize

SpecificationOperandType Enumeration

An enumeration describing the type of operand used for value limits.

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 SpecificationOperandType
Members
  Member nameValueDescription
None-1 No operand
EqualTo0 Equal to in value
NotEqualTo1 Not equal to in value
LessThan2 Less than in value
LessThanOrEqualTo3 Less than or equal to in value
GreaterThan4 Greater than in value
GreaterThanOrEqualTo5 Greater than or equal to in value
See Also