CogDataAnalysis IndividualResultsEnabled Property Cognex VisionPro 9.8
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.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

public bool IndividualResultsEnabled { get; set; }

Property Value

Type: Boolean
Remarks

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