Message 1 of 2
how do I get the iam files BOM Sortede?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
how do I get the iam files BOM Sortede?
' Gets the active document
Dim oDrawDoc = ThisApplication.ActiveDocument
' Gets the active sheet parts list
Dim oPartList As PartsList = oDrawDoc.ActiveSheet.PartsLists.Item(1)
' Sorts parts list by PART NUMBER
oPartList.Sort("PART NUMBER")
' Renumbers the parts list
oPartList.Renumber()
this code sort patlist on idw. how do I do the same at iam files BOM ?