Message 1 of 13
regen
Not applicable
03-10-2010
03:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've made a program and during the running Autocad regenerates the drawing multiple times.
Therefor I want to surpress this. I've used the command
ApplicationServices.Application.DocumentManager.MdiActiveDocumentdatabase..Regenmode = False
on top of the code. And True on the bottom code.
Now I get the question within Autocad "About to regen proceed OK/Cancel". I want to surpress this question and I want to regen automatically (last line of my code).
How can I do this?
Therefor I want to surpress this. I've used the command
ApplicationServices.Application.DocumentManager.MdiActiveDocumentdatabase..Regenmode = False
on top of the code. And True on the bottom code.
Now I get the question within Autocad "About to regen proceed OK/Cancel". I want to surpress this question and I want to regen automatically (last line of my code).
How can I do this?