RectObj_GetHeight¶
Return the height of a RectObj object.
RectObj_GetHeight(rectObj) ➔ height
| rectObj | Object | The RectObj object. |
| height | Real | The height of rectObj. |
Return the height of a RectObj object.
The RectObj object is passed in the rectObj parameter.
The height of rectObj is returned in height.