CogBeadInspectFindParams MaxSkipCount Property Cognex VisionPro 9.8
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.EdgeInspect
Assembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 75.1.0.0
Syntax

public int MaxSkipCount { get; set; }

Property Value

Type: Int32
Default value is 1.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
Exceptions

ExceptionCondition
ArgumentOutOfRangeException The supplied value is less than 0 or greater than 10.
See Also