查看单个帖子
旧 2009-04-19, 10:21 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 autodesk map odata 问题

autodesk map odata 问题
www.dimcax.com
autodesk map odata 问题
tables tables = autodesk.gis.map.hostmapapplicationservices.application.activeproject.odtables; autodesk.gis.map.objectdata.table table = tables[tblname]; records records = table.getobjecttablerecords(0, id, autodesk.gis.map.constants.openmode.openforread, false); if (records.count == 0) { record record = record.create(); table.initrecord(record); table.addrecord(record, id); } 为什么我加入records records = table.getobjecttablerecords(0, id, autodesk.gis.map.constants.openmode.openforread, false); 语句后就出错啊?
(39.15 kb)
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)