摘要:
#region 将handle转换为objectid /// /// 将handle转换为objectid /// /// database /// handle字符串 /// ObjectId public static ObjectId GetObjectId(this Database db, string handle) { Handle h = new Handle(Int64.Parse(handle, NumberStyles.... 阅读全文
摘要:
#region 属性自动缩进 /// /// 属性比例因子设置 /// /// 属性块参照 /// 属性宽度集合 /// 标准比例因子 public static void setAttributeReferenceWidth(this BlockReference br, List lstWidth,double Factor) { //定义事务对象 var trans = br.Id.Database.Transac... 阅读全文