摘要:
var dict = from ObjectId id in btr group id by id.ObjectClass.DxfName; foreach (var ids in dict) { switch (ids.Key) { case "LINE": foreach (var id in ids) { Entity ent = id.GetObject(OpenMode.ForWri... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//隐藏打开图形数据库dbdb=CAD.CADMgr.CADEntity.Getdb(ConfigInfo.productPath+file.Path,System.IO.FileShare.Read... 阅读全文