Description | ||||||||||||||
Copies the specified model to the new one. Note: In Creo 3 this function does not differ in behavior from superseded ProMdlCopy. In particular, new_name can be only of ProName length. This function is reserved for future use. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProMdl.h> | ||||||||||||||
ProError | ProMdlnameCopy | ( | ||||||||||||
ProMdl handle | ||||||||||||||
/* (In) | ||||||||||||||
The handle of the model to be copied. | ||||||||||||||
*/ | ||||||||||||||
ProMdlName new_name | ||||||||||||||
/* (In) | ||||||||||||||
The new name. | ||||||||||||||
*/ | ||||||||||||||
ProMdl* p_new_handle | ||||||||||||||
/* (Out) | ||||||||||||||
The new model handle to be initialized. This can be NULL. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|