Category Assembly, Object ProAsmcomp

Function ProAsmcompMdlNameGet


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProAsmcompMdlMdlnameGet
Description
Note: This function is deprecated Use ProAsmcompMdlMdlnameGet instead. Retrieves the name and type of the model, given the handle to the assembly component.
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompMdlNameGet(
ProAsmcomp* p_asm_comp_handle
/* (In)
The handle to the assembly component
*/
ProMdlType* r_mdl_type
/* (Out)
The model type
*/
ProFamilyName r_mdl_name
/* (Out)
The name of the model
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
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: Assembly