コード例 #1
0
ファイル: AC_DBObject.cs プロジェクト: 15831944/autocad-arx
        public DBObject DeepClone(DBObject ownerPointer, IdMapping idMap, bool isPrimary)
        {
            createInstance();
            DBObject DeepC = BaseDBObject.DeepClone(ownerPointer, idMap, isPrimary);

            tr.Dispose();
            return(DeepC);
        }