09-22-2020
05:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-22-2020
05:54 AM
This is how it has worked for me in the past, where oPos is a Matrix and SelectRow is an Integer:
Dim NewoOcc As ComponentOccurrence = ThisDoc.Document.ComponentDefinition.Occurrences.AddiAssemblyMember(FilePath, oPos, SelectRow)I have had luck changing rows of an existing iAssembly with shorthand, where Row is an Integer:
iPart.ChangeRow(oOcc.Name, Row)