CogPMAlignPatternItem Runnable Property Cognex VisionPro 9.8 SR1
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: 75.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