Category Cabling, Category Assembly, Object ProAssembly

Function ProAssemblySpoolsCollect


Description
Collect spools in specified assembly
Replacement in Object TOOLKIT: wfcWAssembly::GetSpools
Synopsis
#include <ProCabling.h>
ProErrorProAssemblySpoolsCollect(
ProAssembly asm_mdl
/* (In)
Assembly owner of the spool
*/
ProSpool** p_spool
/* (Out)
ProArray of spool's handles. Function allocate memory for this argument. Use ProArrayFree to free it.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialize spool.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_E_NOT_FOUNNo spool found.
PRO_TK_GENERAL_ERROROther error.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Production Applications: Cabling: Managing Spools
  3. Production Applications: Cabling: Managing Spools

Sample Code References:

  1. pt_examples ( UtilCable.c )