Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi!
Has anyone used the J-link to Save a Copy?
I want to use this to make the copied items stay in the same encoding as in the example.
Thanks!
I wanted a 'save a copy' method too, but couldn't find one.
Hi,
I used the following function:
ModelDescriptor_CreateFromFileName
static ModelDescriptor | ModelDescriptor_CreateFromFileName | (String FileName) |
Creates a new model descriptor object, given a file name string.
|
and it is working 😉