Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlNameGet


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProMdlMdlnameGet
UNDO Status: SAFE
Description
Note: This function is deprecated Use ProMdlMdlnameGet instead. Retrieves the name of the specified model.
Synopsis
#include <ProMdl.h>
ProErrorProMdlNameGet(
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
PRO_TK_NO_ERRORThe function successfully retrieved the name.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

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