CogPMAlignMulti SetSearchOrderQueue Method Cognex VisionPro 9.10
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.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 79.0.0.0
Syntax

public void SetSearchOrderQueue(
	ArrayList value
)

Parameters

value
Type: System.Collections ArrayList
n/a
Events

Event TypeReason
ICogChangedEvent ChangedFires when the setter is called. The SfSetSearchOrderQueue state flag may be affected.
See Also