CogBeadInspectPattern Unfind Method Cognex VisionPro 9.7
Unfinds this pattern. This will also untrain this pattern if it is trained.

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

public void Unfind()
Events

Event TypeReason
ICogChangedEvent Changed Fires when this method changes the Found state of the pattern. The following state flags may be affected:
Remarks

To become "Unfound" means that the Found property will be set false and all results from the last call to Find  will be discarded, setting FindResults to null.
See Also