cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Save a Copy using J-link

sindl.ecoml.sa
1-Newbie

Save a Copy using J-link

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!

2 REPLIES 2

I wanted a 'save a copy' method too, but couldn't find one.

Hi,

I used the following function:

ModelDescriptor_CreateFromFileName  

static ModelDescriptorModelDescriptor_CreateFromFileName (String FileName)

  

    Creates a new model descriptor object, given a file name string.
See Also:
ModelDescriptor.GetFileName(), pfcModel.ModelDescriptor_Create(ModelType, String, /*optional*/ String), BaseSession.GetModelFromFileName(String), BaseSession.RetrieveModel(ModelDescriptor)
Manual References:
Models: Model Descriptors, Models: Model Descriptors
Parameters:
FileName
The file name, of the form "<name>.<extension>".
Returns:
The new model descriptor object.

and it is working 😉

Top Tags