Description | |||||||||||||||||
Renames the specified model. Note: In Creo 3 this function does not differ in behavior from superseded ProMdlRename. In particular, new_name can be only of ProName length. This function is reserved for future use. | |||||||||||||||||
Replacement in Object TOOLKIT: | pfcModel::Rename | ||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProMdl.h> | |||||||||||||||||
ProError | ProMdlnameRename | ( | |||||||||||||||
ProMdl handle | |||||||||||||||||
/* (In) | |||||||||||||||||
The model handle | |||||||||||||||||
*/ | |||||||||||||||||
ProMdlName new_name | |||||||||||||||||
/* (In) | |||||||||||||||||
The new name to assign to the model | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|
|||||||||||||||||
See Also | |||||||||||||||||
ProMdlCurrentGet | |||||||||||||||||
ProMdlSave | |||||||||||||||||
ProMdlModificationVerify |