Category Assembly, Object ProAsmcomp

Function ProAsmcompEmbeddedOwnerMdlGet


Description
Returns non embedded owner model handle for the input embedded model.
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompEmbeddedOwnerMdlGet(
ProMdl embedded_mdl
/* (In)
Embedded model.
*/
ProMdl* p_owner_mdl
/* (Out)
Non-embedded owner model handle for the input embedded model.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSThe argument is invalid.
PRO_TK_CANT_OPENInput component is not embedded.

Manual References:

  1. Assembly: Basic Assembly Access: Embedded Components and Inseparable Assemblies