CogPMAlignMultiRunParams UseXYOverlapBetweenPatterns Property Cognex VisionPro 9.5
Gets or sets the UseXYOverlapBetweenPatterns Boolean. If true, the overlap value from the PMAlignRunParams is used to discard overlapping instances of different patterns. Otherwise, the overlap value is only used to discard overlapping instances of a single pattern.

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

public bool UseXYOverlapBetweenPatterns { get; set; }

Property Value

Type: Boolean
The default value is true.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfUseXYOverlapBetweenPatterns state flag may be affected.
See Also