Message 1 of 2
Topmost Drawing Not Active for SendStringToExecute
Not applicable
02-19-2013
10:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
If there is a better way of going about this I would be happy to hear it, but for now this is the only course of action I have figured out.
I am importing a dgn into autocad by using the SendStringToExecute method with the 'Import' command. My problem is that once I have the dgn imported I want to do some modification and then save the drawing, but setting a new dim to the current mdiactivedocument still gives me the initial document and not the one opened by the import command as I had thought it would.
How can I switch the mdiactivedocument over to the newly opened document?
Thanks,
Jason