Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How do you change a iPart row within a iPart. My part is not in an assembly and all the change row seem to want a component name to change the row.
I have the dialog for getting the size, but I can't seem to get the row to change.
'Size Variables Unit = Convert.ToInt32(Size) PartName = iPart.RowName("") oRowName = "CACF A4 Mock Part-" & Size 'i=iPart.ChangeRow(oRowName) 'ChangeRow(oRowName) 'iPart.ChangeRow("iComponentName:1", "RowMemberName") MessageBox.Show(oRowName, "Title")
Solved! Go to Solution.