CogPMRedLineRunParams CoarseAcceptThresholdFractionEnabled Property Cognex VisionPro 9.8 SR1
Gets or sets whether to enable the coarse accept threshold fraction.

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

public bool CoarseAcceptThresholdFractionEnabled { get; set; }

Property Value

Type: Boolean
"True" if PMRedLine is to use the value of the CoarseAcceptThresholdFraction. "False" otherwise. Default value is "false".
Events

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

For most applications this parameter should be set to "false".
See Also