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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 91.0.0.0
Syntax
Property Value
Type: BooleanRemarks
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