Sets the search order queue. Values must be references to held pattern items. Only referenced pattern items can be located at runtime. The queue is used in all modes. The queue will be updated in SequentialMostRecentlySuccessful and in SequentialMostSuccessful. Pattern items that are in the queue and are not runnable will cause a runtime error. Internally the queue is stored using the unique ids of the pattern items.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 83.0.0.0
Syntax
Parameters
- value
- Type: System.Collections ArrayList
n/a
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the setter is called. The SfSetSearchOrderQueue state flag may be affected. |
See Also