Gets or sets the minimum acceptable length of a line segment. Line
segments must meet this constraint to become results.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 85.1.0.0
Syntax
Property Value
Type: DoubleThe minimum acceptable length. A value of zero effectively disables this constraint.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when assigned a value less than zero. |
See Also