Message 1 of 2

Not applicable
08-19-2021
12:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I am trying to write a rule to iterate through a BOM and have the quantity for every part be displayed. So far I have:
part_number = iProperties.Value("Project", "Part Number") pnstr = CStr(part_number) quantity = ThisBOM.CalculateQuantity("Model Data", pnstr) MessageBox.Show(quantity, "Title")
How can Make this run through and display a quantity value for every part in an assembly?
Solved! Go to Solution.