MinLength Property
Applies To
Vision Objects: Line
Description
Defines the lower length limit for the Line object. For a Line to be found it must have a Length result above the value set for MinLength property.
Usage
VGet Sequence.Object.MinLength, var
VSet Sequence.Object.MinLength , value
- Sequence
- Name of a sequence or string variable containing a sequence name.
- Object
- Name of an object or string variable containing an object name. The object must exist in the specified sequence.
- var
- Real variable that will contain the value of the property.
- value
- Real number or expression for the new value of the property.
Values
Real number in millimeters
Default: 0
Remarks
The purpose of the MinLength and MaxLength Properties is to set a range for the Line object such that if a line length does not fit within the range then it is considered not found.
This is useful when you want to gauge the length of a line in millimeters. To gauge a line in pixels, see the MinPixelLength and MaxPixelLength properties.
MinPixelLength Property
MaxPixelLength Property
See Also
Line Object, MaxLength Property, MinPixelLength Property, MaxPixelLength Property