Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
251 Views, 2 Replies

Error accessing BOMStructure of weldment occurrence

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))