Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlIdGet


Description
Returns the identifier of the model.
Synopsis
#include <ProMdl.h>
ProErrorProMdlIdGet(
ProMdl model
/* (In)
A model pointer whose identifier needs to returned.
*/
int* p_id
/* (Out)
The identifier of the model. If the function fails, this is set to PRO_VALUE_UNUSED.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the identifier.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Core: Models and Model Items: Identifying Models
  2. Core: Models and Model Items: Identifying Models

Sample Code References:

  1. pt_examples ( TestAnimation.c )
  2. pt_examples ( TestAnimation.c )
  3. pt_examples ( TestDbms.c )
  4. pt_examples ( TestDrwInfo.c )
  5. pt_examples ( TestDrwInfo.c )
  6. pt_examples ( TestMfgFixt.c )
  7. pt_examples ( TestSimpRep.c )
  8. pt_examples ( TestSimpRep.c )
  9. pt_userguide ( UgSimprepInfo.c )