CogBeadInspectRunParams WidthMaxEnabled Property Cognex VisionPro 9.22 SR1
Gets or sets a flag to indicate whether the WidthMax tolerance is enabled. If true, WidthMax will be used at runtime to report defects of type TooWide.

Namespace: Cognex.VisionPro.EdgeInspect
Assembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 87.1.0.0
Syntax

public bool WidthMaxEnabled { get; set; }

Property Value

Type: Boolean
Default value is false.
Events

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

If the user disables both WidthMinEnabled and WidthMaxEnabled, the bead width will not be measured at run-time and GetCaliperBeadWidth(Int32), WidthMin, WidthMax, and WidthAvg will all be reported as zero.

See Also