Skip to main content
5-Regular Member
May 20, 2024
Question

Method signature

  • May 20, 2024
  • 3 replies
  • 890 views

Hello everyone!

I need to know where to find the following method signatures and overloads:

com.ptc.wvs.server.loader.EDRHelper.addFile(<unknown>)
com.ptc.wvs.common.cadagent.CadProxy.ConvertCadFile(<unknown>)

3 replies

5-Regular Member
May 20, 2024

I'm trying to export a high quality thumbnail to a system directory

avillanueva
23-Emerald II
May 20, 2024

If you pull this up in ay IDE like Eclipse, it should tell you. There are many APIs that are undocumented by PTC in their API docs. 

5-Regular Member
May 21, 2024

It shows me like this:

 

String com.ptc.wvs.common.cadagent.CadProxy.ConvertCadFile(String arg0, String arg1, String arg2, String arg3, String arg3)

 

I need to know what does 'String arg(x)' mean! (File, directory path...)