Autocad中的RXClass和Type的区别 有什么含义?
摘要:
先打印一段程序测试下结果: RXClass x = RXObject.GetClass(typeof(BlockReference)); Editor ed = Application.DocumentManager.MdiActiveDocument.Editor; Type y = typeof 阅读全文
posted @ 2022-01-19 21:52 yyxu 阅读(276) 评论(1) 推荐(0) 编辑