Message 1 of 11
How to create an occurrence proxy?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
in a VBA macro, I need to select an AssemblyComponentOccurrence by adding it to the SelectSet. This works fine already.
The problem is when the macro is ran on a subassembly in an "in place edit" situation, then I need to create a proxy of that comp.occurrence from the ActiveEditDocument, and add it to the ActiveDocument.SelectSet instead. How do I do this?
Thanks for any help.