CogStatistics CurrentValueIsInvalid Property Cognex VisionPro 9.7
Returns the flag that specifies whether or not the CurrentValue has been used by Execute. If true, the status for the channel will be set to cogDataAnalysisToleranceStatusInvalidValue.

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

public bool CurrentValueIsInvalid { get; }

Property Value

Type: Boolean
Remarks

If Execute  has been called since the value of CurrentValue was last changed, then this property is true (CurrentValue is invalid). Invoking Execute  when this property is true will set the ToleranceStatus to InvalidValue.

See Also