Message 1 of 3
How do I run a rule in one assembly to load and modify a second assembly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to run a rule in one assembly to load and modify (do a Component Replace) a second assembly.
I'm actually using the first assembly as a template to create 30 clones, incrementing the name of the new assemblies 1 through 30, which makes it easy to use them in for or while loops.
My problem is that even after opening the newly cloned assembly for editing Component.Replace ("Old_Component:1", "New_Component.ipt". True) replaces the component in the original assembly, rather than the new assembly.
I have tried using MakePath, but that does not seem to help.
Any ideas?
Thanks!