CogDataAnalysis RejectOnInvalidData Property Cognex VisionPro 9.23
Returns/sets a flag that causes any invalid data values to produce a reject AggregateToleranceStatus if set to true. If set to false, this designates that those channels will not be used to compute the aggregate tolerance status.

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

public bool RejectOnInvalidData { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogDataAnalysis Changed

Fires when this function is called.

The following state flag may be affected:

    Remarks

    If true, then if any channels have not been updated with new data since the tool's last run, the tool will produce a Reject value for the AggregateToleranceStatus. If false, then channels with invalid data will not be used to compute the aggregate tolerance status.

    Default Value: True

    See Also