LineObject Property
Applies To
Vision Objects: LineInspector
Description
Defines a LineFinder object that is used to locate a line for LineInspector to inspect.
Usage
VGet Sequence.Object.LineObject, var
VSet Sequence.Object.LineObject, 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
- String variable that will contain the value of the property.
- value
- String or string expression for the new value of the property.
Values
“None”, or the name of a LineFinder object whose step number is prior to the step number of the LineInspector object.
Default: “None”
Remarks
By default, the LineInspector inspects the line defined by the X1, Y1, X2, Y2 properties. You can search for the line first using a LineFinder by setting the LineObject property to the LineFinder.
See Also
LineFinder Object, LineObjResult Property