Author Topic: Error in SetPartData - AutoCAD Mechanical 2010  (Read 2949 times)

0 Members and 1 Guest are viewing this topic.

NirantarVidyarthee

  • Guest
Error in SetPartData - AutoCAD Mechanical 2010
« on: May 02, 2013, 03:22:23 PM »
I have the following code which is a part of code to insert a part reference, balloon and partlust.

 Dim oBOMMgr As McadBOMMgr
   
 Set oBOMMgr = oSymBB.BOMMgr
 Call oBOMMgr.SetPartData(oPartRef, partData)

It runs perfectly in AutoCAD Mechanical 2011.

But I get an error ('unspecified error') when I run the same code in AutoCAD Mechanical 2010.

Does anybody know how to overcome this error?
« Last Edit: May 03, 2013, 12:12:25 AM by NirantarVidyarthee »