Message 1 of 4
iAssembly Partlist Member change

Not applicable
02-09-2016
04:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am looking for a little help. I am able to change the iAssembly members in my idw. However I seem to be stuck with updating the partlist.
At oPartList.MembersToInclude "iAssembly member name here" does not seem to add it to the part list.
Also, I do not see how you can uncheck or "No to all". Does anyone have any light they can shed on this?
Dim oDrawDoc As DrawingDocument
Set oDrawDoc = ThisApplication.ActiveDocument
Dim oPartList As PartsList
Set oPartList = oDrawDoc.ActiveSheet.PartsLists.Item(1)
oPartList.MembersToInclude "iAssembly member name here"
oPartList.HideZeroQuantityRows = False
Thanks
Wayne