Message 1 of 3
Change the iproperties of all parts in a assembly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello everyone
I am looking for a piece of code that will go through all parts in a assembly to change the part number to a combination of numbers that are within each individual file with the same property names.
Basically i want the part number to be
iProperties.Value("Project", "Stock Number") & "-" & iProperties.Value("Custom", "G_L")