CogPMAlignTool Results Property Cognex VisionPro
Results from the last invocation of the Run method. A gcnew CogPMAlignResults is factoried for each inspection. Previous results will be released prior to the new inspection.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax

public CogPMAlignResults Results { get; }

Property Value

Type: CogPMAlignResults
Remarks

Results from the last invocation of the Run method. A new CogPMAlignResults is factoried for each inspection. Previous results will be released prior to the new inspection.

The returned object (*pVal) is Nothing (NULL) if the last invocation of Run  failed. If Run  succeeded, but no pattern instances were found, the returned object will be valid but will have a Count of 0.

See Also