API Documentation > Creo Parametric fundamentals > Object ProMdl > Function ProMdlIsEmbeddedName
Function ProMdlIsEmbeddedName
Description
Check if given model name or full path including model name is an embedded model name.
Synopsis
#include <ProMdl.h>
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
The function succeeded.
One or more input arguments was invalid.
The function failed.
User Guide References
Was this helpful?