[C#]有心人问道 10:57:47
[qqimg]201311/{82D14EB3-0270-2E48-BB86-F4D939863789}.jpg[/qqimg]请问我这样,为什么allObjs里面没有选中实体?
[C#]有心人问道 10:58:17
Database mDb = new Database(false ,true);
using (DocumentLock docLock = doc.LockDocument()) //多文档要先这样,否则报至命错误,原因还是不太明白。
{
mDb.ReadDwgFile(dwgFileName, System.IO.FileShare.ReadWrite, true, null);
acTrans = mDb.TransactionManager.StartTransaction();
DBObjectCollection allObj= acTrans.GetAllObjects(); |