NIVBAILimitType Enumeration
Type of limit applied to the inspection results.
- vbaiLessThan—Result must be less than the limit.
- vbaiLessThanOrEqualto—Result must be less than or equal to the limit.
- vbaiGreaterThan—Result must be greater than the limit.
- vbaiGreaterThanOrEqualTo—Result must be greater than or equal to the limit.
- vbaiEqualTo—Result must be equal to the limit.
- vbaiNotEqualTo—Result must not be equal to the limit.
- vbaiInRange—Result must be between the values specified in the limit.
- vbaiMatchPattern—Result must have the same pattern as the limit.