| DEPRECATED: | Since Creo 3 |
| SUPERSEDED BY: | ProUdfmdlMdlnamesAlloc |
| Description |
| Note: This function is deprecated Use ProUdfmdlMdlnamesAlloc instead. Allocate and set a ProUdfMdlName structure which identifies a copied component model and its corresponding orignal. This strucutre is used for UDF placement. |
| Synopsis |
| #include <ProUdf.h> |
| ProError | ProUdfmdlNamesAlloc | ( |
| ProName old_name | |
| /*
(In) |
| Name of component model being copied. |
| */ |
| ProName new_name | |
| /*
(In) |
| Name of copied component model. |
| */ |
| ProUdfmdlNames* name_pair | |
| /*
(Out) |
| The structure that contains both names. |
| */ |
| ) |
| Returns |
|
|