PointObj_GetY¶
Return the Y coordinate of a PointObj object.
PointObj_GetY(pointObj) ➔ y
pointObj | Object | The PointObj object. |
y | Real | The Y coordinate of pointObj . |
Return the Y coordinate of a PointObj
object.
The PointObj
object is passed in the pointObj
parameter.
The Y coordinate of pointObj
is returned in y
.