Function ProMdlNameGet
DEPRECATED:
Since Creo 3
SUPERSEDED BY:
Description
Note: This function is deprecated Use ProMdlMdlnameGet instead. Retrieves the name of the specified model.
Synopsis
#include <ProMdl.h>
ProMdlNameGet
(
ProMdl handle
/* (In)
The model handle.
*/
ProName name
/* (Out)
The address of the memory area to be filled in with the model name. You must allocate the space for this argument.
*/
)
Returns
The function successfully retrieved the name.
The input argument is invalid.
User Guide References
Isto foi útil?