CogPMAlignComposite IgnorePolarity Property Cognex VisionPro
Gets or sets whether composite training should ignore polarity or not.

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

public bool IgnorePolarity { get; set; }

Property Value

Type: Boolean
The default value is false.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfIgnorePolarity state flag may be affected.
Remarks

If the composite is trained with this property set to true, at run-time the pattern ignore polarity must also be set to true otherwise a run-time error will occur.
See Also