Message 1 of 7
Keep Block Selected after insert - BlockExplodeHelper.cs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, does anyone have Tony's BlockExplodeHelper class?
In particular I need to keep a block selected after it is inserted. For some reason the ObjectModified event is triggered after my insertion code that deselects it. The BlockExplodeHelper might have a solution.
ed.SetImpliedSelection(psr.Value)
Otherwise can anyone suggest a solution?