CogPMRedLineRunParams SearchRegionMode Property Cognex VisionPro 9.5
Gets or sets the search region mode. This mode specifies how the search region is applied to the input image.

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

public CogRegionModeConstants SearchRegionMode { get; set; }

Property Value

Type: CogRegionModeConstants
The search region mode. Default value is PixelAlignedBoundingBoxAdjustMask.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
Exceptions

Remarks

The SearchRegion and the InputImage are both properties of the CogPMRedLineTool class.
See Also