Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hello everyone!
I need to know where to find the following method signatures and overloads:
I'm trying to export a high quality thumbnail to a system directory
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.
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...)