Message 1 of 2
I'm trying to control custom iProperties of parts from an assembly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to use an assembly to populate custom iProperties within sub-assemblies contained in that top level assembly.
I thought I could use this, but its not working:
iProperties.Value("1094011F002:1", "Custom", "Customer1") = Customer1 iProperties.Value("1094011F003:1", "Custom", "Customer1") = Customer1 iProperties.Value("1094011F004:1", "Custom", "Customer1") = Customer1 iProperties.Value("1094011F005:1", "Custom", "Customer1") = Customer1 iProperties.Value("1094011F006:1", "Custom", "Customer1") = Customer1
I have a number of custom parameters "Customer1" being one of several, but it's not writing them back to the sub-assemblies. I have no problem doing this method with regular dimensional parameters, any idea why it's not working with the "custom values"?