CogStatistics RejectHighLimit Property Cognex VisionPro
Returns/sets the tolerance limit that triggers a reject-high status, if enabled and the value exceeds it. Setting may cause the other limit values to be adjusted so that the RejectHighLimit remains the highest limit.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public double RejectHighLimit { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogStatistics Changed

Fires when this limit changes.

The following state flag may be affected:

    CogStatistics Changed

    Fires when this limit changes along with at least one other limit.

    The following state flags may be affected:

      Remarks

      If RejectHighLimitEnabled is true and the value you supply to AddValue(Double) exceeds this limit, AddValue(Double) returns RejectHigh.

      Setting may cause the other limit values to be adjusted so that RejectHighLimit remains the highest limit.

      Default Value: 0.0

      See Also