Message 1 of 2
Mass ExportLayout
Not applicable
04-30-2009
09:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm attemtping to write .NET library for AutoCAD that will mimic the functionality of ExportLayout. We have a larger number of drawings which need to have layouts copied to model space and saved as new drawings. I'm hoping to somehow do this programmatically so we dont have to manually open hundreds of drawings and run ExportLayout.
Is there a way to execute ExportLayout and pass parameter from C#?
I tried copying the BlockTable from the source database to the destination database but the blocks where not positioned or scaled as they where in paperspace.
Any help would be greatly appreciated.
Thank you,
AReS
I'm attemtping to write .NET library for AutoCAD that will mimic the functionality of ExportLayout. We have a larger number of drawings which need to have layouts copied to model space and saved as new drawings. I'm hoping to somehow do this programmatically so we dont have to manually open hundreds of drawings and run ExportLayout.
Is there a way to execute ExportLayout and pass parameter from C#?
I tried copying the BlockTable from the source database to the destination database but the blocks where not positioned or scaled as they where in paperspace.
Any help would be greatly appreciated.
Thank you,
AReS