Documentação da API > Assembly > Object ProAsmcomppath > Function ProAsmcomppathInit
Function ProAsmcomppathInit
Description
Initializes the ProAsmcompath data structure.
Synopsis
#include <ProAsmcomppath.h>
ProAsmcomppathInit
(
ProSolid p_solid_handle
/* (In)
The top-level assembly
*/
ProIdTable memb_id_tab
/* (In)
The member identifier table
*/
int table_size
/* (In)
The table size
*/
ProAsmcomppath* p_handle
/* (Out)
The handle to initialize
*/
)
Returns
The function successfully initialized the data structure.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
Isto foi útil?