LineMaxOperatorBase RegionMode Property Cognex VisionPro 9.24
Get

Gets the technique, PixelAlignedBoundingBoxAdjustMask or PixelAlignedBoundingBox, used to apply the region to the inspection image.

Set

Sets the technique, PixelAlignedBoundingBoxAdjustMask or PixelAlignedBoundingBox, used to apply the region to the inspection image.

Namespace: Cognex.Vision.LineMax.Implementation
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.24.0.0
Syntax

public abstract RegionModeConstants RegionMode { get; set; }

Return Value

Type: RegionModeConstants

The default is PixelAlignedBoundingBoxAdjustMask

Exceptions

ExceptionCondition
ArgumentExceptionThe supplied value is not a member of RegionModeConstants
Remarks

Changed Fires when the value of this property changes. The following state flag may be affected:

Remarks

If no region is used then this property is ignored.

See Also