09-12-2023
05:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-12-2023
05:50 PM
Once you have the occurrence just get the ParentOccurrence which is the sub assembly. Hopefully that answers your question.
Dim oOcc As ComponentOccurrence = oSelect.SelectedOcc
Dim parentOccName as String = oOcc.ParentOccurrence.Name
If this solved a problem, please click (accept) as solution.
Or if this helped you, please, click (like)
Regards
Alan
Or if this helped you, please, click (like)
Regards
Alan