SearchWinTop Property

Applies To
Vision Objects: Blob, BoxFinder, CodeReader, ColorMatch, Contour, CornerFinder, Correlation, DefectFinder, Geometric, ImageOp, LineFinder, OCR, Text

Description
Defines the Y coordinate of the upperleft corner of an object's search window.

Usage

VGet  Sequence.Object.SearchWinTop, var
VSet  Sequence.Object.SearchWinTop, 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
Integer value in pixels from 0 to video height - SearchWinHeight

Remarks
The SearchWinTop property is available for objects with rectangular search windows used to define the area to search within. The SearchWinTop property is set automatically when the user drags the search window in the GUI.

There are cases where the user may want to position the Search Window dynamically and for that reason the SearchWinTop property can also be set from the SPEL+ Language.

See Also
Blob Object, CodeReader Object, Correlation Object, DefectFinder Object, Geometric Object, ImageOp Object, LineFinder Object, OCR Object, BoxFinder Object, Contour Object, CornerFinder Object, Text Object, SearchWinHeight Property, SearchWinLeft Property, SearchWinWidth Property, Window Property