SearchWinAngle Property
Applies To
Vision Object: Blob, BoxFinder, Contour, CornerFinder, Correlation, DefectFinder, Geometric, ColorMatch, ImageOp, LineFinder
Description
Sets and returns the search window angle.
Usage
VGet Sequence.Object.SearchWinAngle, var
VSet Sequence.Object.SearchWinAngle, 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 value or expression for the new value of the property.
Values
Real value within a range of 180 degrees
Remarks
SearchWinAngle is only valid when SearchWinType is set to RotatedRectangle and Polygon.
See Also
SearchWinCenterX Property, SearchWinCenterY Property, SearchWinType Property