Description | |||||||||||
Embed selected component in its owner assembly. | |||||||||||
Synopsis | |||||||||||
#include <ProAsmcomp.h> | |||||||||||
ProError | ProAsmcompEmbed | ( | |||||||||
ProSelection comp_sel | |||||||||||
/* (In) | |||||||||||
Component selection. | |||||||||||
*/ | |||||||||||
ProBoolean embed_recursively | |||||||||||
/* (In) | |||||||||||
Used only when comp_sel is sub-asm selection. If PRO_B_FALSE and comp_sel is sub-asm selection, then only sub-asm will be embedded. If PRO_B_TRUE and comp_sel is sub-asm then sub-asm and all its possible components will be embedded. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|