CogPMAlignPatternItem InQueue Property Cognex VisionPro 9.20
Returns the flag indicating if the pattern is in the queue. The flag is set when this object is added to the queue. The flag is reset when the item is removed from the queue. If an item was added to the queue and it is not runnable, at train time, the item will be removed from the queue and this flag will be reset.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 80.0.0.0
Syntax

public bool InQueue { get; }

Property Value

Type: Boolean
The default is false.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfInQueue state flag may be affected.
See Also