- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to Edit Family, but NOT via the doc.EditFamily() call because that doesn't open the UI family editor. I want to pull up a family editor in all its glory. So the next thing that came to my mind was to try the app.OpenAndActivateDocument() but that cannot be called from an event handler and unfortunately I am making this call from an IdlingEvent handler. I know what a bummer! Ok, next is something dirty that I have been thinking. What if I added a family instance to selection app.ActiveUIDocument.Selection.SetElementIds() and then posted the Edit Family command? Well, that fails silently and i get nowhere. Any more ideas? Is there perhaps a jurnaling method that i can adopt here?
Solved! Go to Solution.