setY
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>obj</title>
</head>
<body>
<p><font color="#00FF00"> obj</font>.<font color="#FF8C00">setY</font>(<font color="blue">int</font> 索引,
<font color="#0000FF">int</font> floor, <font color="#0000FF">int</font> 坐标Y)</p>
<p><strong>函数功能:</strong></p>
<p><font color="#006400">设置对象索引的Y坐标</font></p>
<p><strong>参数说明:</strong></p>
<table border="1" width="37%" id="table1">
<tr>
<td width="148">对象索引</td>
<td>[整型]</td>
<td width="311">一个对象索引</td>
</tr>
<tr>
<td width="148">坐标Y</td>
<td>[整型]</td>
<td width="311">要设置的坐标Y值</td>
</tr>
</table>
<p><strong>返回值:</strong></p>
<p> </p>
<p><strong>使用例子:</strong></p>
<p><font color="#008000">--获取一个地图Y坐标</font><br>
<font color="#00FF00"> obj</font>.<font color="#FF8C00">setY</font>(objindex, 65)<font color="#0000FF"><br>
</font></p>
<p><strong>参数说明:</strong></p>
</body>
</html>