Function ProMdlMdlnameGet
Description
Retrieves the name of the specified model. Note: In Creo 3 this function does not support names longer than 80 characters. It will return PRO_TK_BAD_INPUTS for longer names. The support for ProMdlName will be added in a future release.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdl.h>
ProMdlMdlnameGet
(
ProMdl handle
/* (In)
The model handle.
*/
/* (Out)
The address of the memory area to be filled in with the model name.
*/
)
Returns
The function successfully retrieved the name.
The input argument is invalid.
Sample Code References
User Guide References
¿Fue esto útil?