Description | |||||||||||
Allocate and set a ProUdfMdlName structure which identifies a copied component model and its corresponding orignal. This strucutre is used for UDF placement. Note: In Creo 3 this function does not differ in behavior from superseded ProUdfmdlNamesAlloc. In particular, new_name can be only of ProName length. This function is reserved for future use. | |||||||||||
Synopsis | |||||||||||
#include <ProUdf.h> | |||||||||||
ProError | ProUdfmdlMdlnamesAlloc | ( | |||||||||
ProMdlName old_name | |||||||||||
/* (In) | |||||||||||
Name of component model being copied. | |||||||||||
*/ | |||||||||||
ProMdlName new_name | |||||||||||
/* (In) | |||||||||||
Name of copied component model. | |||||||||||
*/ | |||||||||||
ProUdfmdlNames* name_pair | |||||||||||
/* (Out) | |||||||||||
The structure that contains both names. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|