CogBeadInspectFindParams MaxNumResults Property Cognex VisionPro 9.23
Gets or sets the maximum number of results to return. Each result represents a possible bead path that the algorithm found.

Namespace: Cognex.VisionPro.EdgeInspect
Assembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 91.0.0.0
Syntax

public int MaxNumResults { get; set; }

Property Value

Type: Int32
Default value is 5.
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 1 or greater than 5.
See Also