ArcSearchType Property
Applies To
Vision Objects: ArcFinder, ArcInspector
Description
Sets / returns a type of arc (circle, ellipse) to be searched for.
Usage
VGet Sequence.Object.ArcSearchType, var
VSet Sequence.Object.ArcSearchType, 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
- 1 - Circle
- Vision constant: VISION_ARCSEARCHTYPE_CIRCLE
- Circles will be searched.
- 2 - Ellipse
- Vision constant: VISION_ARCSEARCHTYPE_ELLIPSE
- Ellipses will be searched.
Default: 1 - Circle
Remarks
ArcSearchType specifies a type of arc to be searched by ArcFinder, or a type of arc of the base line which is used for ArcInspector.
See Also
ArcFinder Object, ArcInspector Object