Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! 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...)