If SearchPointEnabled is true then CNLSearch will search for a single instance of the pattern starting at the point specified by SearchPointX & Y. In this case, the SearchRegion is ignored. Search point is only supported by the Linear search algorithm.
Namespace: Cognex.VisionPro.CNLSearchAssembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 69.0.0.0
Syntax
Property Value
Type: BooleanEvents
| Event Type | Reason |
|---|---|
| CogCNLSearchRunParams Changed | Fires when the value of this property changes. The following state flag may be affected: |
Remarks
If SearchPointEnabled is true then CNLSearch will search for a single instance of the pattern starting at the point specified by SearchPointX and SearchPointY. Also, the tool ignores the value of the ICogCNLSearchTool.SearchRegion property.
Point search is only supported by the Linear search algorithm.
Default Value: False
See Also