![]() |
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) |
所有的时间均为北京时间。 现在的时间是 02:11 AM. |