CogDataAnalysisResults AggregateWarn Property Cognex VisionPro 9.8
Returns TRUE if the AggregateToleranceStatus warned.

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

public bool AggregateWarn { get; }

Property Value

Type: Boolean
Remarks

True if AggregateToleranceStatus is Warn, false otherwise. When this property is true, one or more of the CurrentValues are outside the warning tolerances specified in their CogStatisticss but none of them are outside of the reject tolerances.

See Also