Returns/sets the flag that controls whether individual result objects are added to the Results collection by Execute. If set to false, the Results collection will only hold the aggregate results.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Property Value
Type: BooleanRemarks
If true, then an CogDataAnalysisResult item is generated for each channel as part of the results collection. If false, only the aggregate value (Pass, Warn, or Fail) is stored.
See Also