CogPMRedLineZoneScale Low Property Cognex VisionPro 9.24
Gets or sets the low limit for the scale degree of freedom zone.

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

public double Low { get; set; }

Property Value

Type: Double
The low limit of the scale range. Default value is 0.8.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
ICogChangedEvent Changed Fires when this property changes and the high limit is also changed. The following state flags may be affected:
Exceptions

ExceptionCondition
ArgumentOutOfRangeException The supplied value is less than or equal to zero.
Remarks

The low limit is only used if the Configuration property is set to LowHigh. In this case PMRedLine will find pattern instances whose result scale lies between the low and high limit values.

The result scale can be accessed using the Scaling property of the CogTransform2DLinear returned by the GetPose  method of the CogPMRedLineResult class.

Setting the low limit to a value larger than the high limit also sets the high limit to the new value.

See Also