Description | |||||||||||
Check if given model name or full path including model name is an embedded model name. | |||||||||||
Synopsis | |||||||||||
#include <ProMdl.h> | |||||||||||
ProError | ProMdlIsEmbeddedName | ( | |||||||||
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 | |||||||||||
|