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

GetCurrObjY
Syntax
GetCurrObjY();
Description
Returns the current position of a PageOUT object along the Y axis (i.e. the position of the upper left corner of the object) 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 GetCurrBlockY, GetCurrX and SetCurrY.
Returns
A number specifying the Y coordinate in millimeters.
Example
$ypos = getcurrobjy();
OpenText StreamServe 5.6 Updated: 2013-03-01