Documentación de la API > Miscellaneous > Object ProMdlfile > Function ProMdlfileMdlnameCopy
Function ProMdlfileMdlnameCopy
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>
ProMdlfileMdlnameCopy
(
/* (In)
The model type
*/
ProMdlName from_name
/* (In)
The model to be copied from
*/
ProMdlName to_name
/* (In)
The model copied to
*/
)
Returns
The function successfully copied the file.
One or more of the arguments are invalid.
A general error occurred and the function failed.
The function does not have permission to operate on this model.
Unsupported model. For instance, models which come from Multi-CAD model approach, are not supported in this release.
Sample Code References
User Guide References
¿Fue esto útil?