Gets or sets the parameters required to find one or more coarse paths that can be used for training this pattern.
Namespace: Cognex.VisionPro.EdgeInspectAssembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 75.0.0.0
Syntax
Property Value
Type: CogBeadInspectFindParamsThe find parameters. Default value is a default constructed instance of CogBeadInspectFindParams. Must not be null.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| 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