Script functions reference > Script functions in alphabetical order > G > GetCurrBlockY

GetCurrBlockY
Syntax
GetCurrBlockY();
Description
Returns the current position of a PageOUT block along the Y axis (i.e. the position of the upper left corner of the block) in millimeters. You can change the y position of an object in PageOUT either by using script functions or by using variables in the Position dialog box.
See also GetCurrObjY, GetCurrX and SetCurrY.
Returns
A number specifying the Y coordinate in millimeters.
Example
$ypos = getcurrblocky();
OpenText StreamServe 5.6 Updated: 2013-03-01