CogPMAlignPatternItem Runnable Property Cognex VisionPro 9.7
Returns the flag indicating if the pattern can be used in the queue. The runnable flag is set when the operator is trained.

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

public bool Runnable { get; }

Property Value

Type: Boolean
The default is false.
Events

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