CogStatistics RejectHighLimitEnabled Property Cognex VisionPro
Returns/sets the use of the RejectHighLimit to generate a tolerance status.

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

public bool RejectHighLimitEnabled { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogStatistics Changed

Fires when this property changes.

The following state flag may be affected:

    Remarks

    If true, values are toleranced using the RejectHighLimit.

    See Also