Path from Component (configuration) to its siblings (other configurations)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In my script while traversing an assembly, i come a cross a 'Component' that is configured. (component.parentDesign.isConfigured = True)
So that parentDesign has a configurationRowId, but not a configuration(Top)Table set.
Now i would like to iterate through all the other possible configurations for that component ... But i do not find a path back to the full configurationTable.
How do i do this ?
Link copied