API 文档
>
Assembly
>
Object ProAsmcomp
> Function ProAsmcompMakeUniqueSubasm
Function ProAsmcompMakeUniqueSubasm
Description
Make a new instance of a sub-assembly, given its path.
Replacement in Object TOOLKIT:
wfcWComponentFeat::MakeUniqueSubAssembly
Synopsis
#include <
ProAsmcomp.h
>
ProError
ProAsmcompMakeUniqueSubasm
(
ProAsmcomppath
* p_path
/* (In)
The path from the top level assembly to the specified unique sub-assembly.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully created a new instance.
PRO_TK_BAD_INPUTS
The path is invalid.
Sample Code References
pt_examples ( TestMechanism.c )
这对您有帮助吗?
此站点在 JavaScript 启用时工作最佳