Message 1 of 3
Exporting all abjects in the model space to a BMP file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was hoping someone could help me with a small pice of code. I want to export all all visible objects in the model space to a BMP file. So far I am able to (via VBA code) select all visible objects. However I cant seem to set a "selection set" from the selected objects, which I undestand I need in order to use the export command in Autocad VBA. Any help would be appreciated. Thank you.