CogPMAlignCompositeDataItem PropertiesCognex VisionPro

The CogPMAlignCompositeDataItem type exposes the following members.

Properties

  NameDescription
Public propertyAlignmentFeatures
Internal Cognex use only
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 propertyEnabled
Gets or sets the Enabled property. This property indicates whether to use the pattern in composite training or not.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyImage
Gets or sets the training image.
Public propertyPercentCoarseFeaturesUsed
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.
Public propertyPercentFineFeaturesUsed
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.
Public propertyPose
Gets or sets the pattern pose in the training image Pose.
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 propertyTrainGraphicsIndex
Internal Cognex only.
Top
See Also