Message 1 of 3
supressing auto regeneration via vba
Not applicable
09-17-2001
01:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have written a vba routine to create a series of points in a drawing based
on information in a database. I would like to be able to regenerate at
certain points in the routine (when a layer is complete, for example). My
problem is that the drawing automatically regenerates everytime a point is
added. Ultimately this routine will be drawing >1 000 000 points, at which
point the time loss from regeneration after every point is added will be too
high.
I have tried turning autoregeneration off at the acad command line before
running the routine, but this hasn't worked. Is there a way to control
drawing regeneration from the vba routine?
Thank you.
Ursula Dillon
on information in a database. I would like to be able to regenerate at
certain points in the routine (when a layer is complete, for example). My
problem is that the drawing automatically regenerates everytime a point is
added. Ultimately this routine will be drawing >1 000 000 points, at which
point the time loss from regeneration after every point is added will be too
high.
I have tried turning autoregeneration off at the acad command line before
running the routine, but this hasn't worked. Is there a way to control
drawing regeneration from the vba routine?
Thank you.
Ursula Dillon