Category Assembly, Object ProAsmcomp

Function ProAsmcompRmvUniqueSubasm


Description
Remove the run-time instance of a unique sub-assembly, given its path.
Replacement in Object TOOLKIT: wfcWComponentFeat::RemoveUniqueSubAssembly
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompRmvUniqueSubasm(
ProAsmcomppath* p_path
/* (In)
The path from top level assembly to the unique sub-assembly which is to be removed.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully removed the 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 )