The CogPMAlignCompositeDataItem type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AlignmentFeatures | Internal Cognex use only | |
| ChangedEventSuspended |
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.) | |
| Enabled | Gets or sets the Enabled property. This property indicates whether to use the pattern in composite training or not. | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| Image | Gets or sets the training image. | |
| PercentCoarseFeaturesUsed | Gets the percentage of the coarse features that were used in the pattern.The value is set when the user calls train and the item is enabled. | |
| PercentFineFeaturesUsed | Gets the percentage of the fine feature that were used in the pattern.The value is set when the user calls train and the item is enabled. | |
| Pose | Gets or sets the pattern pose in the training image Pose. | |
| StateFlags |
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.) | |
| TrainGraphicsIndex | Internal Cognex only. |
See Also