SearchWinRadiusInner Property
Applies To
Vision Objects: Blob, Correlation, Geometric, OCR
Description
Sets and returns the inner radius of the search area.
Usage
VGet Sequence.Object.SearchWinRadiusInner, var
VSet Sequence.Object.SearchWinRadiusInner, 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 less than or equal to SearchWinRadiusOuter ( 5.
Remarks
Sets and returns the inner radius of the search area. SearchWinRadiusInner 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, SearchWinRadiusOuter Property