로우바스 특정 아이템 내부 높이를 반환하는 API이다.
| Parameters | Type | Description | 
|---|---|---|
| nItemIndex | short | 아이템 인텍스 | 
| Type | Description | 
|---|---|
| float | 아이템 내부 높이 (오류 발생시 -1) | 
function btn_on_mouseup(objInst)
{
	factory.consoleprint("width = " + this.rowbot_top.getitemwidth(0));
	factory.consoleprint("height = " + this.rowbot_top.getitemheight(0));
}