Category Cabling, Object ProSpools

Function ProSpoolsFromLogicalGet


Description
Return list of imported, but not created spools
Synopsis
#include <ProCabling.h>
ProErrorProSpoolsFromLogicalGet(
ProAssembly assy
/* (In)
The handle of assembly
*/
ProName** p_w_name
/* (Out)
Pointer to ProArray of names. The function allocates memory for these arguments. To free it, call the function ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieves parameters.
PRO_TK_BAD_INPUTSOne or more of the input arguments was invalid.
PRO_TK_E_FOUNDno spools imported from logica or all already created.
PRO_TK_GENERAL_ERROROther errors.

Manual References:

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

Sample Code References:

  1. pt_examples ( UtilCable.c )