SearchWinRadiusOuter Property
Applies To
Vision Objects: Blob, Correlation, Geometric, OCR
Description
Sets and returns the outer radius of the detection area.
Usage
VGet Sequence.Object.SearchWinRadiusOuter, var
VSet Sequence.Object.SearchWinRadiusOuter, value
- Sequence
- 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 expression for the new value of the property.
Values
The value is in pixels and must be greater than or equal to SearchWinRadiusInner + 5.
Remarks
Sets and returns the outer radius of the search area. SearchWinRadiusOuter property can also be changed by dragging the search area using a mouse in the Vision Guide GUI. In this case, the property value will be updated automatically.
See Also
Blob Object, Correlation Object, Geometric Object, OCR Object, SearchWinType Property, SearchWinAngleEnd Property, SearchWinAngleStart Property, SearchWinRadiusInner Property