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.245.0.0 (8.245.0.0)
Syntax public enum SpecificationOperandType
Public Enumeration SpecificationOperandType
public enum class SpecificationOperandType
type SpecificationOperandType
Members
| Member name | Value | Description |
---|
| None | -1 |
No operand
|
| EqualTo | 0 |
Equal to in value
|
| NotEqualTo | 1 |
Not equal to in value
|
| LessThan | 2 |
Less than in value
|
| LessThanOrEqualTo | 3 |
Less than or equal to in value
|
| GreaterThan | 4 |
Greater than in value
|
| GreaterThanOrEqualTo | 5 |
Greater than or equal to in value
|
See Also