Gets or sets the maximum acceptable GAP length along the bead during the find.
It is defined by how many jumps the algorithm can continue searching for a bead along
its current direction. The count refers to the number of jumps.
The size of each jump is based on the bead width.
Namespace: Cognex.VisionPro.EdgeInspectAssembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 73.0.0.0
Syntax
Property Value
Type: Int32Default value is 1.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The supplied value is less than 0 or greater than 10. |
See Also