Message 1 of 4

Not applicable
03-04-2021
01:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Inside my assembly I have a subassembly called "MySubAssembly", which contains a component called "MyComponent".
I want to get a reference to MyComponent WITHOUT iterating through all components in MySubAssembly and trying to match names.
I'm sure that there is a function along the lines of CreatePathToComponent("MySubAssembly", "MyComponent") (the syntax is obviously incorrect) and that I have even used it at some point, but I'm unable to find it in my code or anything about it online.
Thanks in advance
Solved! Go to Solution.