CogSearchMaxTool Results Property Cognex VisionPro 9.7
Gets the results from the last invocation of the Run method. A new instance of CogSearchMaxResults is created for each running. Previous results will be released prior to the new search.

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

public CogSearchMaxResults Results { get; }

Property Value

Type: CogSearchMaxResults
The results.
Remarks

The returned object 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