SearchWinCenterY Property

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

Description
Sets and returns the Y coordinate value of the center of the search window.

Usage

VGet  Sequence.Object.SearchWinCenterY, var
VSet  Sequence.Object.SearchWinCenterY, 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
Integer variable that will contain the value of the property.
value
Integer value or expression for the new value of the property.

Values
Integer ranging from 0 to “search window height - 1” in pixels

Remarks
Values are automatically updated when the search window is moved or resized from the GUI.

See Also
SearchWinCenterX Property, SearchWinType Property, SearchWinHeight Property, SearchWinWidth Property, SearchWinAngleStart Property, SearchWinAngleEnd Property, SearchWinRadiusInner Property, SearchWinRadiusOuter Property