CogPMRedLineTool Results Property Cognex VisionPro 9.7
Gets the results from the last run of the RedLine tool.

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

public CogPMRedLineResults Results { get; }

Property Value

Type: CogPMRedLineResults
The results from the last run of the tool. Default value is null.
Remarks

The returned results will be null if the last call to Run  failed. If it succeeded, but no pattern instances were found, the returned results will be non-null but will have a Count of zero.
See Also