CogAutoSelect RegionMode Property Cognex VisionPro 9.23
Gets or sets the region mode. Legal values include PixelAlignedBoundingBox and PixelAlignedBoundingBoxAdjustMask.

Namespace: Cognex.VisionPro.AutoSelect
Assembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 91.0.0.0
Syntax

public CogRegionModeConstants RegionMode { get; set; }

Property Value

Type: CogRegionModeConstants
The region mode. Legal values include PixelAlignedBoundingBox and PixelAlignedBoundingBoxAdjustMask.
Events

Exceptions

ExceptionCondition
ArgumentException If the supplied region mode is not a valid member of the enumeration.
See Also