Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlIsEmbeddedName


Description
Check if given model name or full path including model name is an embedded model name.
Synopsis
#include <ProMdl.h>
ProErrorProMdlIsEmbeddedName(
ProPath name
/* (In)
The model name or full path including model name.
*/
ProBoolean* is_embedded_name
/* (Out)
PRO_B_TRUE if the model name is embedded name, PRO_B_FALSE if it is not.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. Core: Models and Model Items: Models in Session
  2. Core: Models and Model Items: Models in Session