Message 1 of 3
Error accessing BOMStructure of weldment occurrence

Not applicable
01-03-2019
02:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm getting an error when trying to query the BOMStructure of a weldment assembly occurrence.
For Each oCompOcc As ComponentOccurrence in oOccs
Try
bomStruc = oCompOcc.Definition.BOMStructure
Catch
msgbox(oCompOcc.Name)
End Try
I get a message box for every weldment assembly the loop encounters.
Error Message:
Not implemented (Exception from HRESULT: 0x80004001 (E_NOTIMPL))