CogDataAnalysisResults AggregateReject Property Cognex VisionPro 9.8 SR1
Returns TRUE if the AggregateToleranceStatus rejected.

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

public bool AggregateReject { get; }

Property Value

Type: Boolean
Remarks

True if AggregateToleranceStatus is Reject, false otherwise. When this property is true, one or more of the CurrentValues are outside the reject tolerances specified in their CogStatisticss (or one ore more values are invalid and RejectOnInvalidData is set to true).

See Also