Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlNameGet


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProMdlMdlnameGet
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. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Working with Multi-CAD Models Using Creo Unite: Superseded Functions
  3. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0