コード例 #1
0
ファイル: AutoCadWrapper.cs プロジェクト: JieGou/jszomorCAD
        //public void RecalculatePowers(Database db) =>
        //    Wrappers.ExecuteActionInTransaction(db, tr =>
        //      Wrappers.ExecuteActionOnBlockTable(db, tr, bt =>
        //        Wrappers.ExecuteActionOnBlockReferences(bt, Wrappers.RecalculatePowers)));

        //  public void CheckForErrors(Database db) =>
        //    Wrappers.ExecuteActionInTransaction(db, tr =>
        //      Wrappers.ExecuteActionOnBlockTable(db, tr, Wrappers.CheckForErrors));

        public void BindxRefs(Database db) =>
        Wrappers.ExecuteActionInTransaction(db, tr => Wrappers.BindxRefs(db, tr));