CogDataAnalysisTool RunParams Property Cognex VisionPro 9.7
The parameters used to run the data analysis. Holds a collection of channel items that will be used to produce individual tolerance results and an aggregate result status.

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

public CogDataAnalysis RunParams { get; set; }

Property Value

Type: CogDataAnalysis
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

    Remarks

    The run parameters for this Data Analysis tool.

    See Also