Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
On ImpliedSelectionChanged I am highlighting the selection (and associated objects) by changing temporarily modifying the entities colour and lineweight.
On deselection I revert unhighlight them.
The problem is that the UNDO command rolls back through these selection colour changes.
I have added a routine to revert the colour in CommandEnded UNDO but it doesn't work and I'm scratching my head.
Without posting code, is there an obvious flaw in what I am attempting to do?
I was hoping there is some way to skip the undo of certain events within a command.
db.DisableUndoRecording(True) sounded right doesn't seem to work either.
Solved! Go to Solution.