Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I am still learning JLInk and have an ugent need toexport a Product View EDZ file.
It appears that I need to create instructions and then filename and then export using these values.
What is not clear to me is how to set the export option to EDZ.
I have the following code
pv_instr.SetPVExportOptions(???);
I think I have the correct syntax but it does not output any info. I have included the code below but it still never runs it hangs on the try/catch section. Any help would be appreciated.
}
{
}