Exporting all abjects in the model space to a BMP file

Exporting all abjects in the model space to a BMP file

jmsotoSZEGT
Community Visitor Community Visitor
268 Views
2 Replies
Message 1 of 3

Exporting all abjects in the model space to a BMP file

jmsotoSZEGT
Community Visitor
Community Visitor

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.

0 Likes
269 Views
2 Replies
Replies (2)
Message 2 of 3

norman.yuan
Mentor
Mentor

How do you "(via VBA code) select all visible object"? Shouldn't they be in a selectionset already, if you have them "selected" via your code?

 

You need to post your code to show how you "select all visible object".

 

Norman Yuan

Drive CAD With Code

EESignature

0 Likes
Message 3 of 3

jmsotoSZEGT
Community Visitor
Community Visitor

Norman ... thanks for your reply. I finally got it sorted out. Thanks for taking the time.

0 Likes