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

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

public CogCNLSearchResults Results { get; }

Property Value

Type: CogCNLSearchResults
Remarks

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

See Also