Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlRename


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProMdlnameRename
Description
Note: This function is deprecated Use ProMdlnameRename instead. Renames the specified model.
Synopsis
#include <ProMdl.h>
ProErrorProMdlRename(
ProMdl handle
/* (In)
The model handle
*/
ProName new_name
/* (In)
The new name to assign to the model
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully renamed the model.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_BAD_CONTEXTThe function is not available in Design Test Mode.
PRO_TK_UNSUPPORTEDUnsupported model. For instance, models which come from Multi-CAD model approach, are not supported in this release.
See Also
ProMdlCurrentGet
ProMdlSave
ProMdlModificationVerify

Manual References:

  1. Working with Multi-CAD Models Using Creo Unite: Superseded Functions
  2. Working with Multi-CAD Models Using Creo Unite: Restrictions on Character Length for Multi-CAD Functions
  3. Technical Summary of Changes for Creo 4.0 F000: Model