What problem does it solve?
Enables reliable cross-database copying, migration, and synchronization of Civil 3D/AutoCAD objects across multiple drawings and databases.
Core Features & Use Cases
- WblockCloneObjects-based cross-database transfers with an IdMapping for matching old-to-new ObjectIds.
- DeepCloneObjects for copying objects within a single database, and symbol-table-aware cloning for layers, blocks, and records.
- Support for DuplicateRecordCloning choices (Ignore, Replace, XrefMangleName, MangleName) to manage name collisions during cross-database operations.
- Side database pattern for batch processing, auditing, and safe migration without affecting the active document.
- Database.Purge to remove unused records, and Database.Audit to repair errors and maintain consistency.
- Use cases include importing external drawings, migrating drawings between projects, and consolidating symbol tables across drawings.
Quick Start
Configure a source database and a destination database, then call WblockCloneObjects with the selected object IDs to migrate entities across drawings.