CogBeadInspectPattern FindParams Property Cognex VisionPro 9.7
Gets or sets the parameters required to find one or more coarse paths that can be used for training this pattern.

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

public CogBeadInspectFindParams FindParams { get; set; }

Property Value

Type: CogBeadInspectFindParams
The find parameters. Default value is a default constructed instance of CogBeadInspectFindParams. Must not be null.
Events

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

ExceptionCondition
ArgumentNullException Null was assigned to this property.
Remarks

If you change this value on a trained pattern object, the pattern will become untrained and will also become unfound (Found property is marked false and all existing Find results are discarded).

See Also