Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, community!
I am currently studying and developing a C# code for manipulating layouts in AutoCAD. My objective is to copy the PaperSpace from an existing layout to a new layout.
List<BlockTableRecord> paperSpaces = new() { paperSpace };
I encountered an issue where I need to handle the entities correctly. Could someone provide guidance on how to convert or manipulate these entities so that I can successfully copy the PaperSpace to a new layout? Any help or examples would be greatly appreciated!
Solved! Go to Solution.