Category Assembly, Object ProAsmcomp

Function ProAsmcompMakeUniqueSubasm


Description
Make a new instance of a sub-assembly, given its path.
Replacement in Object TOOLKIT: wfcWComponentFeat::MakeUniqueSubAssembly
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompMakeUniqueSubasm(
ProAsmcomppath* p_path
/* (In)
The path from the top level assembly to the specified unique sub-assembly.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully created a new instance.
PRO_TK_BAD_INPUTSThe path is invalid.

Manual References:

  1. Assembly: Basic Assembly Access: Modifying Component Properties
  2. Assembly: Basic Assembly Access: Modifying Component Properties

Sample Code References:

  1. pt_examples ( TestMechanism.c )