AngleObjectResult Property
Applies To
Vision Objects: ImageOp, Point
Description
Specifies the results used by the AngleObject property.
Usage
VGet Sequence.Object.AngleObjectResult, var
VSet Sequence.Object.AngleObjectResult, 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 value or expression for the new value of the property.
Values
AngleObjectResult specifies the results number.
Default: 1
Remarks
AngleObjectResult specifies one result for an object set as the AngleObject. For example, create a Blob object for which the NumberToFind value is “4”. Then, by setting Blob object as the AngleObject for the Point object, and setting the AngleObjectResult for the Point object to "2", the resulting angle for the second Blob object will be used for the Point object.
See Also
AngleObject Property, ImageOp Object, Point Object