CogCNLSearchRunParams SearchPointEnabled Property Cognex VisionPro
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.CNLSearch
Assembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 65.1.0.0
Syntax

public bool SearchPointEnabled { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
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