Message 1 of 2
one by one update object in drawing

Not applicable
07-22-2011
04:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Guys,
I am creating a program place object on drawing by using loop. I may need to place 1000 object. at the moment the drawing graphic part doesn't update which placing, it update after placed them all.
I call my func from a PaletteSet, after place them all i use
acApp.DocumentManager.MdiActiveDocument.Editor.Regen()
I would like to see object appear on the drawing while placing them, like object.update in COM
Any idea?
Thanks very much