CogCNLSearchRunParams PartialMatchLimitsUsePattern Property Cognex VisionPro 9.5
If true, the partial match limits of ICogCNLSearchPattern will be used at run-time. If false, the partial match limits in this run parameters interface will be used. Partial match limits only apply to the Linear Search algorithm.

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

public bool PartialMatchLimitsUsePattern { 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 true, the partial match limits set in the trained CogCNLSearchPattern will be used at run-time. If false, the partial match limits in this CogCNLSearchRunParams interface will be used. Partial match limits only apply to the Linear Search algorithm.

Default Value: False

See Also