CogPMAlignPatternItem PropertiesCognex VisionPro 9.7

The CogPMAlignPatternItem type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyChangedSinceMultiTrain
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyInQueue
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.
Public propertyName
Gets or sets the name for this item.
Public propertyPattern
Gets or sets the pattern.
Public propertyRunnable
Returns the flag indicating if the pattern can be used in the queue. The runnable flag is set when the operator is trained.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Public propertyUniqueID
Gets the unique id of the pattern. The unique id is set when the CogPMAlignPatternItem is added to the operator.
Top
See Also