LineObj2Result Property
Applies To
Vision Object: Point
Description
Sets / returns what number of detection results for Line objects set in the LineObject2 property to be used.
Usage
VGet Sequence.Object.LineObj2Result, var
VSet Sequence.Object.LineObj2Result, 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
- Integer variable that will contain the value of the property.
- value
- Integer expression for the new value of the property.
Values
Integer value from 0 to 100.
Default: 1
Remarks
Sets / returns which result to use for the object specified with the LineObject2 property. The Line object itself does not have more than one result. However, when it is dependent other objects, such as a Frame object, it may have several results. In such cases, this property sets what number of the result values to be used.
See Also
Line Object, LineObject1 Property, LineObject2 Property, LineObj1Result Property, Point Object, PointType Property