Description | |||||||||||||||||
Copies the disk file for a specified object to another named file. Note: In Creo 3 this function does not differ in behavior from superseded ProMdlfileCopy. In particular, from_name and to_name can be only of ProName length. This function is reserved for future use. | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProMdl.h> | |||||||||||||||||
ProError | ProMdlfileMdlnameCopy | ( | |||||||||||||||
ProMdlfileType mdl_type | |||||||||||||||||
/* (In) | |||||||||||||||||
The model type | |||||||||||||||||
*/ | |||||||||||||||||
ProMdlName from_name | |||||||||||||||||
/* (In) | |||||||||||||||||
The model to be copied from | |||||||||||||||||
*/ | |||||||||||||||||
ProMdlName to_name | |||||||||||||||||
/* (In) | |||||||||||||||||
The model copied to | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|