Gets or sets the search region mode. This mode specifies how the
search region is applied to the input image.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 91.0.0.0
Syntax
Property Value
Type: CogRegionModeConstantsThe search region mode. Default value is PixelAlignedBoundingBoxAdjustMask.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The supplied value is not PixelAlignedBoundingBox or PixelAlignedBoundingBoxAdjustMask. |
Remarks
See Also