Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

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