LineMaxOperatorBase LengthThreshold Property Cognex VisionPro 9.21 SR1
Get

Gets the minimum acceptable length of a line segment. Line segments must meet this constraint to become results.

Set

Sets the minimum acceptable length of a line segment. Line segments must meet this constraint to become results.

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

public abstract double LengthThreshold { get; set; }

Return Value

Type: Double

The minimum acceptable length. A value of zero effectively disables this constraint.

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThrown when assigned a value less than zero.
Remarks

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

See Also