Message 1 of 2
Using VB.Net to calculate the cost of the parts in an assembly

Not applicable
10-05-2012
12:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to recurse through an assembly, extract the mass of each part, mutiply it by the unit cost of its material and then update the cost property for each part so this can be displayed in the BOM. I can access the iProperties of the assembly but not the properties of the individual parts. Any help will be appreciated.
Thanks.