10-05-2023
07:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-05-2023
07:50 AM
Dim assyDef As AssemblyComponentDefinition
assyDef = assyDoc.ComponentDefinition
For Each occ As ComponentOccurrence In assyDef.Occurrences
occ.Name
Next
occ.Name gets me something like "Part1:1", I'd like the "InternalName" of this, I don't know if there is a syntax to get to this.
Thanks