SearchWinAngleStart Property

Applies To
Vision Objects: Blob, Correlation, Geometric, OCR

Description
Sets the start angle of the search window when SearchWinType property is Arc.

Usage

VGet  Sequence.Object.SearchWinAngleStart , var
VSet  Sequence.Object.SearchWinAngleStart , 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
SearchWinAngleEnd - 10 to 360 degrees

Default: 135

Remarks
When SearchWinType property is Arc, use SearchWinAngleStart property to set the start angle of the search window. SearchWinAngleStart property must be less than or equal to SearchWinAngleEnd property - 10 degrees. SearchWinAngleStart property can also be changed by dragging the search window handle 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, SearchWinRadiusInner Property, SearchWinRadiusOuter Property