Skip to main content
1-Visitor
June 29, 2015
Question

Behaviour of ProDrawingDtlsyminstsCollect() API for different date codes

  • June 29, 2015
  • 7 replies
  • 3921 views


Hi All,

I am facing issue with ProDrawingDtlsyminstsCollect() API.

I am creating custom BOM  balloons, and collecting these balloons with ProDrawingDtlsyminstsCollect() API.

With M100 date code it is able to collect, but with M150 its giving an error PRO_TK_NOT_FOUND.

Is there any other way to collect BOM balloons?

Thanks in advance!

Regards,

Y S Srikanth Kashyap

7 replies

FV_01
June 29, 2015

Try ProDrawingDtlsyminstVisit(...). HH.

skashyap1-VisitorAuthor
1-Visitor
June 30, 2015

Hello,

I tried with API too. It is also giving PRO_TK_NOT_FOUND.

Is there any other workaround for this issue?
Regards,

Y S Srikanth Kashyap

FV_01
June 30, 2015

Hard to tell based on available information. What version of Pro/E are you using in the first place? Did you contact tech support? Did you try to run Collect or Visit function from the code which have an interactive selection of the detail entities. What are your debugger settings? Is code compiled as C or C++?