iProperties in External Rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to write code that accomplishes the following:
While running an external rule in an assembly that sizes an assembly (a different assy the external rule references) for insertion into the open assembly, is there a way to populate the iProperty "Project" value in the assembly being inserted with the iProperty "Project" value of the assembly it is being inserted into?
The caveat here is that I need the command to be part of the External Rule, so I can't code with the filename of the assembly the object is being inserted into. (Because it could be any assembly...)
In other words, the code would need to read the project number from the assembly running the External rule for placement into a variable of that rule.
Hope that makes sense. Any ideas are welcome!